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