public static interface DeleteCloudFrontOriginAccessIdentityRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, 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)
Add an optional request override configuration.
|
DeleteCloudFrontOriginAccessIdentityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.