Interface UpdateKeysResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontKeyValueStoreResponse.Builder,CopyableBuilder<UpdateKeysResponse.Builder,UpdateKeysResponse>,SdkBuilder<UpdateKeysResponse.Builder,UpdateKeysResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateKeysResponse
public static interface UpdateKeysResponse.Builder extends CloudFrontKeyValueStoreResponse.Builder, SdkPojo, CopyableBuilder<UpdateKeysResponse.Builder,UpdateKeysResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateKeysResponse.BuildereTag(String eTag)The current version identifier of the Key Value Store after the successful update.UpdateKeysResponse.BuilderitemCount(Integer itemCount)Number of key value pairs in the Key Value Store after the successful update.UpdateKeysResponse.BuildertotalSizeInBytes(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 Detail
-
itemCount
UpdateKeysResponse.Builder itemCount(Integer 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
UpdateKeysResponse.Builder totalSizeInBytes(Long 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
UpdateKeysResponse.Builder eTag(String 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.
-
-