Uses of Interface
software.amazon.awssdk.services.cloudfront.model.VpcOriginList.Builder
Packages that use VpcOriginList.Builder
-
Uses of VpcOriginList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return VpcOriginList.BuilderModifier and TypeMethodDescriptionstatic VpcOriginList.BuilderVpcOriginList.builder()VpcOriginList.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether more VPC origins remain to be listed.VpcOriginList.Builder.items(Collection<VpcOriginSummary> items) The items of the VPC origins list.VpcOriginList.Builder.items(Consumer<VpcOriginSummary.Builder>... items) The items of the VPC origins list.VpcOriginList.Builder.items(VpcOriginSummary... items) The items of the VPC origins list.The marker associated with the VPC origins list.The maximum number of items included in the list.VpcOriginList.Builder.nextMarker(String nextMarker) The next marker associated with the VPC origins list.The number of VPC origins in the list.VpcOriginList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type VpcOriginList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcOriginList.Builder>VpcOriginList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type VpcOriginList.BuilderModifier and TypeMethodDescriptiondefault ListVpcOriginsResponse.BuilderListVpcOriginsResponse.Builder.vpcOriginList(Consumer<VpcOriginList.Builder> vpcOriginList) List of VPC origins.