public static interface ListCloudFrontOriginAccessIdentitiesResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListCloudFrontOriginAccessIdentitiesResponse.Builder,ListCloudFrontOriginAccessIdentitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCloudFrontOriginAccessIdentitiesResponse.Builder |
cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The
CloudFrontOriginAccessIdentityList type. |
default ListCloudFrontOriginAccessIdentitiesResponse.Builder |
cloudFrontOriginAccessIdentityList(Consumer<CloudFrontOriginAccessIdentityList.Builder> cloudFrontOriginAccessIdentityList)
The
CloudFrontOriginAccessIdentityList type. |
ListCloudFrontOriginAccessIdentitiesResponse.Builder cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
cloudFrontOriginAccessIdentityList - The CloudFrontOriginAccessIdentityList type.default ListCloudFrontOriginAccessIdentitiesResponse.Builder cloudFrontOriginAccessIdentityList(Consumer<CloudFrontOriginAccessIdentityList.Builder> cloudFrontOriginAccessIdentityList)
The CloudFrontOriginAccessIdentityList type.
CloudFrontOriginAccessIdentityList.Builder
avoiding the need to create one manually via CloudFrontOriginAccessIdentityList.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList).cloudFrontOriginAccessIdentityList - a consumer that will call methods on CloudFrontOriginAccessIdentityList.BuildercloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)Copyright © 2017. All rights reserved.