Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ConnectionGroup.Builder
Packages that use ConnectionGroup.Builder
-
Uses of ConnectionGroup.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ConnectionGroup.BuilderModifier and TypeMethodDescriptionConnectionGroup.Builder.anycastIpListId(String anycastIpListId) The ID of the Anycast static IP list.The Amazon Resource Name (ARN) of the connection group.static ConnectionGroup.BuilderConnectionGroup.builder()ConnectionGroup.Builder.createdTime(Instant createdTime) The date and time when the connection group was created.Whether the connection group is enabled.The ID of the connection group.ConnectionGroup.Builder.ipv6Enabled(Boolean ipv6Enabled) IPv6 is enabled for the connection group.Whether the connection group is the default connection group for the distribution tenants.ConnectionGroup.Builder.lastModifiedTime(Instant lastModifiedTime) The date and time when the connection group was updated.The name of the connection group.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.The status of the connection group.default ConnectionGroup.BuilderConnectionGroup.Builder.tags(Consumer<Tags.Builder> tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.ConnectionGroup.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ConnectionGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionGroup.Builder>ConnectionGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ConnectionGroup.BuilderModifier and TypeMethodDescriptionCreateConnectionGroupResponse.Builder.connectionGroup(Consumer<ConnectionGroup.Builder> connectionGroup) The connection group that you created.GetConnectionGroupByRoutingEndpointResponse.Builder.connectionGroup(Consumer<ConnectionGroup.Builder> connectionGroup) Sets the value of the ConnectionGroup property for this object.GetConnectionGroupResponse.Builder.connectionGroup(Consumer<ConnectionGroup.Builder> connectionGroup) The connection group that you retrieved.UpdateConnectionGroupResponse.Builder.connectionGroup(Consumer<ConnectionGroup.Builder> connectionGroup) The connection group that you updated.