Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ConnectionGroupSummary.Builder
Packages that use ConnectionGroupSummary.Builder
-
Uses of ConnectionGroupSummary.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ConnectionGroupSummary.BuilderModifier and TypeMethodDescriptionConnectionGroupSummary.Builder.anycastIpListId(String anycastIpListId) The ID of the Anycast static IP list.The Amazon Resource Name (ARN) of the connection group.ConnectionGroupSummary.builder()ConnectionGroupSummary.Builder.createdTime(Instant createdTime) The date and time when the connection group was created.Whether the connection group is enabledThe current version of the connection group.The ID of the connection group.Whether the connection group is the default connection group for the distribution tenants.ConnectionGroupSummary.Builder.lastModifiedTime(Instant lastModifiedTime) The date and time when the connection group was updated.The name of the connection group.ConnectionGroupSummary.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.ConnectionGroupSummary.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ConnectionGroupSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionGroupSummary.Builder>ConnectionGroupSummary.serializableBuilderClass()