Interface DescribeKeyValueStoreResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontKeyValueStoreResponse.Builder
,CopyableBuilder<DescribeKeyValueStoreResponse.Builder,
,DescribeKeyValueStoreResponse> SdkBuilder<DescribeKeyValueStoreResponse.Builder,
,DescribeKeyValueStoreResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeKeyValueStoreResponse
@Mutable
@NotThreadSafe
public static interface DescribeKeyValueStoreResponse.Builder
extends CloudFrontKeyValueStoreResponse.Builder, SdkPojo, CopyableBuilder<DescribeKeyValueStoreResponse.Builder,DescribeKeyValueStoreResponse>
-
Method Summary
Modifier and TypeMethodDescriptionDate and time when the Key Value Store was created.The version identifier for the current version of the Key Value Store.failureReason
(String failureReason) The reason for Key Value Store creation failure.Number of key value pairs in the Key Value Store.The Amazon Resource Name (ARN) of the Key Value Store.lastModified
(Instant lastModified) Date and time when the key value pairs in the Key Value Store was last modified.The current status of the Key Value Store.totalSizeInBytes
(Long totalSizeInBytes) Total size of the Key Value Store 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.
- Parameters:
itemCount
- Number of key value pairs in the Key Value Store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSizeInBytes
Total size of the Key Value Store in bytes.
- Parameters:
totalSizeInBytes
- Total size of the Key Value Store in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kvsARN
The Amazon Resource Name (ARN) of the Key Value Store.
- Parameters:
kvsARN
- The Amazon Resource Name (ARN) of the Key Value Store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
created
Date and time when the Key Value Store was created.
- Parameters:
created
- Date and time when the Key Value Store was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The version identifier for the current version of the Key Value Store.
- Parameters:
eTag
- The version identifier for the current version of the Key Value Store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModified
Date and time when the key value pairs in the Key Value Store was last modified.
- Parameters:
lastModified
- Date and time when the key value pairs in the Key Value Store was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the Key Value Store.
- Parameters:
status
- The current status of the Key Value Store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
The reason for Key Value Store creation failure.
- Parameters:
failureReason
- The reason for Key Value Store creation failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-