Class KeyValueStore
java.lang.Object
software.amazon.awssdk.services.cloudfront.model.KeyValueStore
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KeyValueStore.Builder,KeyValueStore>
@Generated("software.amazon.awssdk:codegen")
public final class KeyValueStore
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<KeyValueStore.Builder,KeyValueStore>
The key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the key value store.static KeyValueStore.Builderbuilder()final Stringcomment()A comment for the key value store.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The unique Id for the key value store.final InstantThe last-modified time of the key value store.final Stringname()The name of the key value store.static Class<? extends KeyValueStore.Builder>final Stringstatus()The status of the key value store.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the key value store.
- Returns:
- The name of the key value store.
-
id
The unique Id for the key value store.
- Returns:
- The unique Id for the key value store.
-
comment
A comment for the key value store.
- Returns:
- A comment for the key value store.
-
arn
The Amazon Resource Name (ARN) of the key value store.
- Returns:
- The Amazon Resource Name (ARN) of the key value store.
-
status
The status of the key value store.
- Returns:
- The status of the key value store.
-
lastModifiedTime
The last-modified time of the key value store.
- Returns:
- The last-modified time of the key value store.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<KeyValueStore.Builder,KeyValueStore>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-