public static interface CreateCloudFrontOriginAccessIdentityResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity 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.
|
copyapply, buildCreateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity - The origin access identity's information.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. All rights reserved.