public static interface DeleteCloudFrontOriginAccessIdentityRequest.Builder extends CloudFrontRequest.Builder, CopyableBuilder<DeleteCloudFrontOriginAccessIdentityRequest.Builder,DeleteCloudFrontOriginAccessIdentityRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteCloudFrontOriginAccessIdentityRequest.Builder |
id(String id)
The origin access identity's ID.
|
DeleteCloudFrontOriginAccessIdentityRequest.Builder |
ifMatch(String ifMatch)
The value of the
ETag header you received from a previous GET or PUT
request. |
DeleteCloudFrontOriginAccessIdentityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCloudFrontOriginAccessIdentityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildDeleteCloudFrontOriginAccessIdentityRequest.Builder id(String id)
The origin access identity's ID.
id - The origin access identity's ID.DeleteCloudFrontOriginAccessIdentityRequest.Builder ifMatch(String ifMatch)
The value of the ETag header you received from a previous GET or PUT
request. For example: E2QWRUHAPOMQZL.
ifMatch - The value of the ETag header you received from a previous GET or
PUT request. For example: E2QWRUHAPOMQZL.DeleteCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.