Interface DeleteKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontKeyValueStoreResponse.Builder,CopyableBuilder<DeleteKeyResponse.Builder,DeleteKeyResponse>,SdkBuilder<DeleteKeyResponse.Builder,DeleteKeyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteKeyResponse
public static interface DeleteKeyResponse.Builder extends CloudFrontKeyValueStoreResponse.Builder, SdkPojo, CopyableBuilder<DeleteKeyResponse.Builder,DeleteKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteKeyResponse.BuildereTag(String eTag)The current version identifier of the Key Value Store after the successful delete.DeleteKeyResponse.BuilderitemCount(Integer itemCount)Number of key value pairs in the Key Value Store after the successful delete.DeleteKeyResponse.BuildertotalSizeInBytes(Long totalSizeInBytes)Total size of the Key Value Store after the successful delete, in bytes.-
Methods inherited from interface software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.CloudFrontKeyValueStoreResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
itemCount
DeleteKeyResponse.Builder itemCount(Integer itemCount)
Number of key value pairs in the Key Value Store after the successful delete.
- Parameters:
itemCount- Number of key value pairs in the Key Value Store after the successful delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSizeInBytes
DeleteKeyResponse.Builder totalSizeInBytes(Long totalSizeInBytes)
Total size of the Key Value Store after the successful delete, in bytes.
- Parameters:
totalSizeInBytes- Total size of the Key Value Store after the successful delete, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
DeleteKeyResponse.Builder eTag(String eTag)
The current version identifier of the Key Value Store after the successful delete.
- Parameters:
eTag- The current version identifier of the Key Value Store after the successful delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-