ConnectionGroup.Builder |
ConnectionGroup.Builder.anycastIpListId(String anycastIpListId) |
The ID of the Anycast static IP list.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the connection group.
|
static ConnectionGroup.Builder |
ConnectionGroup.builder() |
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.createdTime(Instant createdTime) |
The date and time when the connection group was created.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.enabled(Boolean enabled) |
Whether the connection group is enabled.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.id(String id) |
The ID of the connection group.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.ipv6Enabled(Boolean ipv6Enabled) |
IPv6 is enabled for the connection group.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.isDefault(Boolean isDefault) |
Whether the connection group is the default connection group for the distribution tenants.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time when the connection group was updated.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.name(String name) |
The name of the connection group.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.routingEndpoint(String routingEndpoint) |
The routing endpoint (also known as the DNS name) that is assigned to the connection group, such as
d111111abcdef8.cloudfront.net.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.status(String status) |
The status of the connection group.
|
default ConnectionGroup.Builder |
ConnectionGroup.Builder.tags(Consumer<Tags.Builder> tags) |
Sets the value of the Tags property for this object.
|
ConnectionGroup.Builder |
ConnectionGroup.Builder.tags(Tags tags) |
Sets the value of the Tags property for this object.
|
ConnectionGroup.Builder |
ConnectionGroup.toBuilder() |
|