Interface DescribeKeyValueStoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontKeyValueStoreResponse.Builder,CopyableBuilder<DescribeKeyValueStoreResponse.Builder,DescribeKeyValueStoreResponse>,SdkBuilder<DescribeKeyValueStoreResponse.Builder,DescribeKeyValueStoreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeKeyValueStoreResponse
public static interface DescribeKeyValueStoreResponse.Builder extends CloudFrontKeyValueStoreResponse.Builder, SdkPojo, CopyableBuilder<DescribeKeyValueStoreResponse.Builder,DescribeKeyValueStoreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeKeyValueStoreResponse.Buildercreated(Instant created)Date and time when the Key Value Store was created.DescribeKeyValueStoreResponse.BuildereTag(String eTag)The version identifier for the current version of the Key Value Store.DescribeKeyValueStoreResponse.BuilderfailureReason(String failureReason)The reason for Key Value Store creation failure.DescribeKeyValueStoreResponse.BuilderitemCount(Integer itemCount)Number of key value pairs in the Key Value Store.DescribeKeyValueStoreResponse.BuilderkvsARN(String kvsARN)The Amazon Resource Name (ARN) of the Key Value Store.DescribeKeyValueStoreResponse.BuilderlastModified(Instant lastModified)Date and time when the key value pairs in the Key Value Store was last modified.DescribeKeyValueStoreResponse.Builderstatus(String status)The current status of the Key Value Store.DescribeKeyValueStoreResponse.BuildertotalSizeInBytes(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 Detail
-
itemCount
DescribeKeyValueStoreResponse.Builder itemCount(Integer 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
DescribeKeyValueStoreResponse.Builder totalSizeInBytes(Long 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
DescribeKeyValueStoreResponse.Builder kvsARN(String 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
DescribeKeyValueStoreResponse.Builder created(Instant 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
DescribeKeyValueStoreResponse.Builder eTag(String 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
DescribeKeyValueStoreResponse.Builder lastModified(Instant 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
DescribeKeyValueStoreResponse.Builder status(String 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
DescribeKeyValueStoreResponse.Builder failureReason(String 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.
-
-