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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteKeyGroupRequest.Builderid(String id)The identifier of the key group that you are deleting.DeleteKeyGroupRequest.BuilderifMatch(String ifMatch)The version of the key group that you are deleting.DeleteKeyGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteKeyGroupRequest.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
DeleteKeyGroupRequest.Builder id(String 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
DeleteKeyGroupRequest.Builder ifMatch(String 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
-
-