public static interface DeleteResponseHeadersPolicyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteResponseHeadersPolicyRequest.Builder,DeleteResponseHeadersPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteResponseHeadersPolicyRequest.Builder |
id(String id)
The identifier for the response headers policy that you are deleting.
|
DeleteResponseHeadersPolicyRequest.Builder |
ifMatch(String ifMatch)
The version of the response headers policy that you are deleting.
|
DeleteResponseHeadersPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteResponseHeadersPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteResponseHeadersPolicyRequest.Builder id(String id)
The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies.
id - The identifier for the response headers policy that you are deleting.
To get the identifier, you can use ListResponseHeadersPolicies.
DeleteResponseHeadersPolicyRequest.Builder ifMatch(String ifMatch)
The version of the response headers policy that you are deleting.
The version is the response headers policy’s ETag value, which you can get using
ListResponseHeadersPolicies, GetResponseHeadersPolicy, or
GetResponseHeadersPolicyConfig.
ifMatch - The version of the response headers policy that you are deleting.
The version is the response headers policy’s ETag value, which you can get using
ListResponseHeadersPolicies, GetResponseHeadersPolicy, or
GetResponseHeadersPolicyConfig.
DeleteResponseHeadersPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteResponseHeadersPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.