Interface PutKeyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontKeyValueStoreResponse.Builder
,CopyableBuilder<PutKeyResponse.Builder,
,PutKeyResponse> SdkBuilder<PutKeyResponse.Builder,
,PutKeyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutKeyResponse
@Mutable
@NotThreadSafe
public static interface PutKeyResponse.Builder
extends CloudFrontKeyValueStoreResponse.Builder, SdkPojo, CopyableBuilder<PutKeyResponse.Builder,PutKeyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current version identifier of the Key Value Store after the successful put.Number of key value pairs in the Key Value Store after the successful put.totalSizeInBytes
(Long totalSizeInBytes) Total size of the Key Value Store after the successful put, 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 Details
-
itemCount
Number of key value pairs in the Key Value Store after the successful put.
- Parameters:
itemCount
- Number of key value pairs in the Key Value Store after the successful put.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSizeInBytes
Total size of the Key Value Store after the successful put, in bytes.
- Parameters:
totalSizeInBytes
- Total size of the Key Value Store after the successful put, in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The current version identifier of the Key Value Store after the successful put.
- Parameters:
eTag
- The current version identifier of the Key Value Store after the successful put.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-