Interface DeleteResponseHeadersPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<DeleteResponseHeadersPolicyRequest.Builder,DeleteResponseHeadersPolicyRequest>,SdkBuilder<DeleteResponseHeadersPolicyRequest.Builder,DeleteResponseHeadersPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteResponseHeadersPolicyRequest
@Mutable @NotThreadSafe public static interface DeleteResponseHeadersPolicyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteResponseHeadersPolicyRequest.Builder,DeleteResponseHeadersPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteResponseHeadersPolicyRequest.Builderid(String id)The identifier for the response headers policy that you are deleting.DeleteResponseHeadersPolicyRequest.BuilderifMatch(String ifMatch)The version of the response headers policy that you are deleting.DeleteResponseHeadersPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteResponseHeadersPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
DeleteResponseHeadersPolicyRequest.Builder id(String id)
The identifier for the response headers policy that you are deleting.
To get the identifier, you can use
ListResponseHeadersPolicies.- Parameters:
id- The identifier for the response headers policy that you are deleting.To get the identifier, you can use
ListResponseHeadersPolicies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
DeleteResponseHeadersPolicyRequest.Builder ifMatch(String ifMatch)
The version of the response headers policy that you are deleting.
The version is the response headers policy's
ETagvalue, which you can get usingListResponseHeadersPolicies,GetResponseHeadersPolicy, orGetResponseHeadersPolicyConfig.- Parameters:
ifMatch- The version of the response headers policy that you are deleting.The version is the response headers policy's
ETagvalue, which you can get usingListResponseHeadersPolicies,GetResponseHeadersPolicy, orGetResponseHeadersPolicyConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteResponseHeadersPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteResponseHeadersPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-