CopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
, SdkBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
public static interface CreateCloudFrontOriginAccessIdentityResponse.Builder extends CopyableBuilder<CreateCloudFrontOriginAccessIdentityResponse.Builder,CreateCloudFrontOriginAccessIdentityResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
CreateCloudFrontOriginAccessIdentityResponse.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 Amazon Web Services, Inc. All Rights Reserved.