Interface CreateKxDatabaseRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateKxDatabaseRequest.Builder,CreateKxDatabaseRequest>,FinspaceRequest.Builder,SdkBuilder<CreateKxDatabaseRequest.Builder,CreateKxDatabaseRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateKxDatabaseRequest
public static interface CreateKxDatabaseRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<CreateKxDatabaseRequest.Builder,CreateKxDatabaseRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateKxDatabaseRequest.BuilderclientToken(String clientToken)A token that ensures idempotency.CreateKxDatabaseRequest.BuilderdatabaseName(String databaseName)The name of the kdb database.CreateKxDatabaseRequest.Builderdescription(String description)A description of the database.CreateKxDatabaseRequest.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment.CreateKxDatabaseRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateKxDatabaseRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateKxDatabaseRequest.Buildertags(Map<String,String> tags)A list of key-value pairs to label the kdb database.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
environmentId
CreateKxDatabaseRequest.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
- Parameters:
environmentId- A unique identifier for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
CreateKxDatabaseRequest.Builder databaseName(String databaseName)
The name of the kdb database.
- Parameters:
databaseName- The name of the kdb database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateKxDatabaseRequest.Builder description(String description)
A description of the database.
- Parameters:
description- A description of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateKxDatabaseRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database
- Parameters:
tags- A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateKxDatabaseRequest.Builder clientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
- Parameters:
clientToken- A token that ensures idempotency. This token expires in 10 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateKxDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateKxDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-