public static interface CreateCloudFrontOriginAccessIdentityResponse.Builder extends CloudFrontResponse.Builder, CopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
default CreateCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
eTag(String eTag)
The current version of the origin access identity created.
|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
location(String location)
The fully qualified URI of the new origin access identity just created.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity - The origin access identity's information.default CreateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.
This is a convenience that creates an instance of theCloudFrontOriginAccessIdentity.Builder avoiding
the need to create one manually via CloudFrontOriginAccessIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity).cloudFrontOriginAccessIdentity - a consumer that will call methods on CloudFrontOriginAccessIdentity.BuildercloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)CreateCloudFrontOriginAccessIdentityResponse.Builder location(String location)
The fully qualified URI of the new origin access identity just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.
location - The fully qualified URI of the new origin access identity just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A
.CreateCloudFrontOriginAccessIdentityResponse.Builder eTag(String eTag)
The current version of the origin access identity created.
eTag - The current version of the origin access identity created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.