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