public static interface GetCloudFrontOriginAccessIdentityResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetCloudFrontOriginAccessIdentityResponse.Builder,GetCloudFrontOriginAccessIdentityResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCloudFrontOriginAccessIdentityResponse.Builder |
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
GetCloudFrontOriginAccessIdentityResponse.Builder |
eTag(String eTag)
The current version of the origin access identity's information.
|
copyapply, buildGetCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity - The origin access identity's information.GetCloudFrontOriginAccessIdentityResponse.Builder eTag(String eTag)
The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.
eTag - The current version of the origin access identity's information. For example:
E2QWRUHAPOMQZL.Copyright © 2017. All rights reserved.