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