Interface KxEnvironment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KxEnvironment.Builder,
,KxEnvironment> SdkBuilder<KxEnvironment.Builder,
,KxEnvironment> SdkPojo
- Enclosing class:
KxEnvironment
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneIds
(String... availabilityZoneIds) The identifier of the availability zones where subnets for the environment are created.availabilityZoneIds
(Collection<String> availabilityZoneIds) The identifier of the availability zones where subnets for the environment are created.awsAccountId
(String awsAccountId) The unique identifier of the AWS account in which you create the kdb environment.certificateAuthorityArn
(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the certificate authority:creationTimestamp
(Instant creationTimestamp) The timestamp at which the kdb environment was created in FinSpace.customDNSConfiguration
(Collection<CustomDNSServer> customDNSConfiguration) A list of DNS server name and server IP.customDNSConfiguration
(Consumer<CustomDNSServer.Builder>... customDNSConfiguration) A list of DNS server name and server IP.customDNSConfiguration
(CustomDNSServer... customDNSConfiguration) A list of DNS server name and server IP.dedicatedServiceAccountId
(String dedicatedServiceAccountId) A unique identifier for the AWS environment infrastructure account.description
(String description) A description of the kdb environment.The status of DNS configuration.The status of DNS configuration.environmentArn
(String environmentArn) The Amazon Resource Name (ARN) of your kdb environment.environmentId
(String environmentId) A unique identifier for the kdb environment.errorMessage
(String errorMessage) Specifies the error message that appears if a flow fails.The unique identifier of the KMS key.The name of the kdb environment.The status of the environment creation.status
(EnvironmentStatus status) The status of the environment creation.The status of the network configuration.The status of the network configuration.default KxEnvironment.Builder
transitGatewayConfiguration
(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration) Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.transitGatewayConfiguration
(TransitGatewayConfiguration transitGatewayConfiguration) Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.updateTimestamp
(Instant updateTimestamp) The timestamp at which the kdb environment was modified in FinSpace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 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.
-
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.
-
awsAccountId
The unique identifier of the AWS account in which you create the kdb environment.
- Parameters:
awsAccountId
- The unique identifier of the AWS account in which you create the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the environment creation.
-
CREATE_REQUESTED – Environment creation has been requested.
-
CREATING – Environment is in the process of being created.
-
FAILED_CREATION – Environment creation has failed.
-
CREATED – Environment is successfully created and is currently active.
-
DELETE REQUESTED – Environment deletion has been requested.
-
DELETING – Environment is in the process of being deleted.
-
RETRY_DELETION – Initial environment deletion failed, system is reattempting delete.
-
DELETED – Environment has been deleted.
-
FAILED_DELETION – Environment deletion has failed.
- Parameters:
status
- The status of the environment creation.-
CREATE_REQUESTED – Environment creation has been requested.
-
CREATING – Environment is in the process of being created.
-
FAILED_CREATION – Environment creation has failed.
-
CREATED – Environment is successfully created and is currently active.
-
DELETE REQUESTED – Environment deletion has been requested.
-
DELETING – Environment is in the process of being deleted.
-
RETRY_DELETION – Initial environment deletion failed, system is reattempting delete.
-
DELETED – Environment has been deleted.
-
FAILED_DELETION – Environment deletion has failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the environment creation.
-
CREATE_REQUESTED – Environment creation has been requested.
-
CREATING – Environment is in the process of being created.
-
FAILED_CREATION – Environment creation has failed.
-
CREATED – Environment is successfully created and is currently active.
-
DELETE REQUESTED – Environment deletion has been requested.
-
DELETING – Environment is in the process of being deleted.
-
RETRY_DELETION – Initial environment deletion failed, system is reattempting delete.
-
DELETED – Environment has been deleted.
-
FAILED_DELETION – Environment deletion has failed.
- Parameters:
status
- The status of the environment creation.-
CREATE_REQUESTED – Environment creation has been requested.
-
CREATING – Environment is in the process of being created.
-
FAILED_CREATION – Environment creation has failed.
-
CREATED – Environment is successfully created and is currently active.
-
DELETE REQUESTED – Environment deletion has been requested.
-
DELETING – Environment is in the process of being deleted.
-
RETRY_DELETION – Initial environment deletion failed, system is reattempting delete.
-
DELETED – Environment has been deleted.
-
FAILED_DELETION – Environment deletion has failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
tgwStatus
The status of the network configuration.
- Parameters:
tgwStatus
- The status of the network configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tgwStatus
The status of the network configuration.
- Parameters:
tgwStatus
- The status of the network configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnsStatus
The status of DNS configuration.
- Parameters:
dnsStatus
- The status of DNS configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnsStatus
The status of DNS configuration.
- Parameters:
dnsStatus
- The status of DNS configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
Specifies the error message that appears if a flow fails.
- Parameters:
errorMessage
- Specifies the error message that appears if a flow fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the kdb environment.
- Parameters:
description
- A description of the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentArn
The Amazon Resource Name (ARN) of your kdb environment.
- Parameters:
environmentArn
- The Amazon Resource Name (ARN) of your kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
The unique identifier of the KMS key.
- Parameters:
kmsKeyId
- The unique identifier of the KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dedicatedServiceAccountId
A unique identifier for the AWS environment infrastructure account.
- Parameters:
dedicatedServiceAccountId
- A unique identifier for the AWS environment infrastructure account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayConfiguration
KxEnvironment.Builder transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration) Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
- Parameters:
transitGatewayConfiguration
- Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayConfiguration
default KxEnvironment.Builder transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration) Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
This is a convenience method that creates an instance of theTransitGatewayConfiguration.Builder
avoiding the need to create one manually viaTransitGatewayConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totransitGatewayConfiguration(TransitGatewayConfiguration)
.- Parameters:
transitGatewayConfiguration
- a consumer that will call methods onTransitGatewayConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customDNSConfiguration
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
- Parameters:
customDNSConfiguration
- A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDNSConfiguration
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
- Parameters:
customDNSConfiguration
- A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDNSConfiguration
KxEnvironment.Builder customDNSConfiguration(Consumer<CustomDNSServer.Builder>... customDNSConfiguration) A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
This is a convenience method that creates an instance of theCustomDNSServer.Builder
avoiding the need to create one manually viaCustomDNSServer.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomDNSConfiguration(List<CustomDNSServer>)
.- Parameters:
customDNSConfiguration
- a consumer that will call methods onCustomDNSServer.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTimestamp
The timestamp at which the kdb environment was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- Parameters:
creationTimestamp
- The timestamp at which the kdb environment was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTimestamp
The timestamp at which the kdb environment was modified in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- Parameters:
updateTimestamp
- The timestamp at which the kdb environment was modified in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneIds
The identifier of the availability zones where subnets for the environment are created.
- Parameters:
availabilityZoneIds
- The identifier of the availability zones where subnets for the environment are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneIds
The identifier of the availability zones where subnets for the environment are created.
- Parameters:
availabilityZoneIds
- The identifier of the availability zones where subnets for the environment are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateAuthorityArn
The Amazon Resource Name (ARN) of the certificate authority:
- Parameters:
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority:- Returns:
- Returns a reference to this object so that method calls can be chained together.
-