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