Interface DeleteCachePolicyRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<DeleteCachePolicyRequest.Builder,,DeleteCachePolicyRequest> SdkBuilder<DeleteCachePolicyRequest.Builder,,DeleteCachePolicyRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCachePolicyRequest
@Mutable
@NotThreadSafe
public static interface DeleteCachePolicyRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteCachePolicyRequest.Builder,DeleteCachePolicyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the cache policy that you are deleting.The version of the cache policy that you are deleting.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier for the cache policy that you are deleting. To get the identifier, you can use
ListCachePolicies.- Parameters:
id- The unique identifier for the cache policy that you are deleting. To get the identifier, you can useListCachePolicies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
The version of the cache policy that you are deleting. The version is the cache policy's
ETagvalue, which you can get usingListCachePolicies,GetCachePolicy, orGetCachePolicyConfig.- Parameters:
ifMatch- The version of the cache policy that you are deleting. The version is the cache policy'sETagvalue, which you can get usingListCachePolicies,GetCachePolicy, orGetCachePolicyConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCachePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCachePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-