Interface CreateKxEnvironmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateKxEnvironmentResponse.Builder,CreateKxEnvironmentResponse>,FinspaceResponse.Builder,SdkBuilder<CreateKxEnvironmentResponse.Builder,CreateKxEnvironmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateKxEnvironmentResponse
public static interface CreateKxEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateKxEnvironmentResponse.Builder,CreateKxEnvironmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateKxEnvironmentResponse.BuildercreationTimestamp(Instant creationTimestamp)The timestamp at which the kdb environment was created in FinSpace.CreateKxEnvironmentResponse.Builderdescription(String description)A description for the kdb environment.CreateKxEnvironmentResponse.BuilderenvironmentArn(String environmentArn)The ARN identifier of the environment.CreateKxEnvironmentResponse.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment.CreateKxEnvironmentResponse.BuilderkmsKeyId(String kmsKeyId)The KMS key ID to encrypt your data in the FinSpace environment.CreateKxEnvironmentResponse.Buildername(String name)The name of the kdb environment.CreateKxEnvironmentResponse.Builderstatus(String status)The status of the kdb environment.CreateKxEnvironmentResponse.Builderstatus(EnvironmentStatus status)The status of the kdb environment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
name
CreateKxEnvironmentResponse.Builder name(String name)
The name of the kdb environment.
- Parameters:
name- The name of the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateKxEnvironmentResponse.Builder status(String status)
The status of the kdb environment.
- Parameters:
status- The status of the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
status
CreateKxEnvironmentResponse.Builder status(EnvironmentStatus status)
The status of the kdb environment.
- Parameters:
status- The status of the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnvironmentStatus,EnvironmentStatus
-
environmentId
CreateKxEnvironmentResponse.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.
-
description
CreateKxEnvironmentResponse.Builder description(String description)
A description for the kdb environment.
- Parameters:
description- A description for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentArn
CreateKxEnvironmentResponse.Builder environmentArn(String environmentArn)
The ARN identifier of the environment.
- Parameters:
environmentArn- The ARN identifier of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
CreateKxEnvironmentResponse.Builder kmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
- Parameters:
kmsKeyId- The KMS key ID to encrypt your data in the FinSpace environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimestamp
CreateKxEnvironmentResponse.Builder creationTimestamp(Instant creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
- Parameters:
creationTimestamp- The timestamp at which the kdb environment was created in FinSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-