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
Modifier and TypeMethodDescriptioncreationTimestamp
(Instant creationTimestamp) The timestamp at which the kdb environment was created in FinSpace.description
(String description) A description for the kdb environment.environmentArn
(String environmentArn) The ARN identifier of the environment.environmentId
(String environmentId) A unique identifier for the kdb environment.The KMS key ID to encrypt your data in the FinSpace environment.The name of the kdb environment.The status of the kdb environment.status
(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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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:
-
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:
-
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
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
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
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
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.
-