Class CreateKeyValueStoreRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest
-
- software.amazon.awssdk.services.cloudfront.model.CreateKeyValueStoreRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateKeyValueStoreRequest.Builder,CreateKeyValueStoreRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateKeyValueStoreRequest extends CloudFrontRequest implements ToCopyableBuilder<CreateKeyValueStoreRequest.Builder,CreateKeyValueStoreRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateKeyValueStoreRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateKeyValueStoreRequest.Builderbuilder()Stringcomment()The comment of the Key Value Store.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ImportSourceimportSource()The S3 bucket that provides the source for the import.Stringname()The name of the Key Value Store.List<SdkField<?>>sdkFields()static Class<? extends CreateKeyValueStoreRequest.Builder>serializableBuilderClass()CreateKeyValueStoreRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the Key Value Store. The maximum length of the name is 32 characters.
- Returns:
- The name of the Key Value Store. The maximum length of the name is 32 characters.
-
comment
public final String comment()
The comment of the Key Value Store.
- Returns:
- The comment of the Key Value Store.
-
importSource
public final ImportSource importSource()
The S3 bucket that provides the source for the import. The source must be in a valid JSON format.
- Returns:
- The S3 bucket that provides the source for the import. The source must be in a valid JSON format.
-
toBuilder
public CreateKeyValueStoreRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateKeyValueStoreRequest.Builder,CreateKeyValueStoreRequest>- Specified by:
toBuilderin classCloudFrontRequest
-
builder
public static CreateKeyValueStoreRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateKeyValueStoreRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-