public static interface UpdateCloudFrontOriginAccessIdentityRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UpdateCloudFrontOriginAccessIdentityRequest.Builder,UpdateCloudFrontOriginAccessIdentityRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCloudFrontOriginAccessIdentityRequest.Builder |
cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information.
|
UpdateCloudFrontOriginAccessIdentityRequest.Builder |
id(String id)
The identity's id.
|
UpdateCloudFrontOriginAccessIdentityRequest.Builder |
ifMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the identity's configuration. |
UpdateCloudFrontOriginAccessIdentityRequest.Builder cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information.
cloudFrontOriginAccessIdentityConfig - The identity's configuration information.UpdateCloudFrontOriginAccessIdentityRequest.Builder id(String id)
The identity's id.
id - The identity's id.UpdateCloudFrontOriginAccessIdentityRequest.Builder ifMatch(String ifMatch)
The value of the ETag header that you received when retrieving the identity's configuration. For
example: E2QWRUHAPOMQZL.
ifMatch - The value of the ETag header that you received when retrieving the identity's
configuration. For example: E2QWRUHAPOMQZL.Copyright © 2017. All rights reserved.