Uses of Interface
software.amazon.awssdk.services.cloudfront.model.OriginAccessControlList.Builder
Packages that use OriginAccessControlList.Builder
-
Uses of OriginAccessControlList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginAccessControlList.BuilderModifier and TypeMethodDescriptionOriginAccessControlList.builder()OriginAccessControlList.Builder.isTruncated(Boolean isTruncated) If there are more items in the list than are in this response, this value istrue.OriginAccessControlList.Builder.items(Collection<OriginAccessControlSummary> items) Contains the origin access controls in the list.OriginAccessControlList.Builder.items(Consumer<OriginAccessControlSummary.Builder>... items) Contains the origin access controls in the list.OriginAccessControlList.Builder.items(OriginAccessControlSummary... items) Contains the origin access controls in the list.The value of theMarkerfield that was provided in the request.The maximum number of origin access controls requested.OriginAccessControlList.Builder.nextMarker(String nextMarker) If there are more items in the list than are in this response, this element is present.The number of origin access controls returned in the response.OriginAccessControlList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginAccessControlList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OriginAccessControlList.Builder>OriginAccessControlList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type OriginAccessControlList.BuilderModifier and TypeMethodDescriptionListOriginAccessControlsResponse.Builder.originAccessControlList(Consumer<OriginAccessControlList.Builder> originAccessControlList) A list of origin access controls.