Interface DeleteKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontKeyValueStoreRequest.Builder,CopyableBuilder<DeleteKeyRequest.Builder,DeleteKeyRequest>,SdkBuilder<DeleteKeyRequest.Builder,DeleteKeyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteKeyRequest
public static interface DeleteKeyRequest.Builder extends CloudFrontKeyValueStoreRequest.Builder, SdkPojo, CopyableBuilder<DeleteKeyRequest.Builder,DeleteKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteKeyRequest.BuilderifMatch(String ifMatch)The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.DeleteKeyRequest.Builderkey(String key)The key to delete.DeleteKeyRequest.BuilderkvsARN(String kvsARN)The Amazon Resource Name (ARN) of the Key Value Store.DeleteKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.CloudFrontKeyValueStoreRequest.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
-
kvsARN
DeleteKeyRequest.Builder kvsARN(String kvsARN)
The Amazon Resource Name (ARN) of the Key Value Store.
- Parameters:
kvsARN- The Amazon Resource Name (ARN) of the Key Value Store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
DeleteKeyRequest.Builder key(String key)
The key to delete.
- Parameters:
key- The key to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
DeleteKeyRequest.Builder ifMatch(String ifMatch)
The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.
- Parameters:
ifMatch- The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-