Interface CreateKeyValueStoreRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CloudFrontRequest.Builder,- CopyableBuilder<CreateKeyValueStoreRequest.Builder,,- CreateKeyValueStoreRequest> - SdkBuilder<CreateKeyValueStoreRequest.Builder,,- CreateKeyValueStoreRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateKeyValueStoreRequest
@Mutable
@NotThreadSafe
public static interface CreateKeyValueStoreRequest.Builder
extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<CreateKeyValueStoreRequest.Builder,CreateKeyValueStoreRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe comment of the key value store.importSource(Consumer<ImportSource.Builder> importSource) The S3 bucket that provides the source for the import.importSource(ImportSource importSource) The S3 bucket that provides the source for the import.The name of the key value store.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the key value store. The minimum length is 1 character and the maximum length is 64 characters. - Parameters:
- name- The name of the key value store. The minimum length is 1 character and the maximum length is 64 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
commentThe comment of the key value store. - Parameters:
- comment- The comment of the key value store.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
importSourceThe S3 bucket that provides the source for the import. The source must be in a valid JSON format. - Parameters:
- importSource- The S3 bucket that provides the source for the import. The source must be in a valid JSON format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
importSourcedefault CreateKeyValueStoreRequest.Builder importSource(Consumer<ImportSource.Builder> importSource) The S3 bucket that provides the source for the import. The source must be in a valid JSON format. This is a convenience method that creates an instance of theImportSource.Builderavoiding the need to create one manually viaImportSource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimportSource(ImportSource).- Parameters:
- importSource- a consumer that will call methods on- ImportSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateKeyValueStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateKeyValueStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-