Interface DeleteKeyGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<DeleteKeyGroupRequest.Builder,,DeleteKeyGroupRequest> SdkBuilder<DeleteKeyGroupRequest.Builder,,DeleteKeyGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteKeyGroupRequest
@Mutable
@NotThreadSafe
public static interface DeleteKeyGroupRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteKeyGroupRequest.Builder,DeleteKeyGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the key group that you are deleting.The version of the key group 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 identifier of the key group that you are deleting. To get the identifier, use
ListKeyGroups.- Parameters:
id- The identifier of the key group that you are deleting. To get the identifier, useListKeyGroups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
The version of the key group that you are deleting. The version is the key group's
ETagvalue. To get theETag, useGetKeyGrouporGetKeyGroupConfig.- Parameters:
ifMatch- The version of the key group that you are deleting. The version is the key group'sETagvalue. To get theETag, useGetKeyGrouporGetKeyGroupConfig.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteKeyGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteKeyGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-