Interface KxEnvironment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KxEnvironment.Builder,KxEnvironment>,SdkBuilder<KxEnvironment.Builder,KxEnvironment>,SdkPojo
- Enclosing class:
- KxEnvironment
public static interface KxEnvironment.Builder extends SdkPojo, CopyableBuilder<KxEnvironment.Builder,KxEnvironment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description KxEnvironment.BuilderavailabilityZoneIds(String... availabilityZoneIds)The identifier of the availability zones where subnets for the environment are created.KxEnvironment.BuilderavailabilityZoneIds(Collection<String> availabilityZoneIds)The identifier of the availability zones where subnets for the environment are created.KxEnvironment.BuilderawsAccountId(String awsAccountId)The unique identifier of the AWS account in which you create the kdb environment.KxEnvironment.BuildercertificateAuthorityArn(String certificateAuthorityArn)The Amazon Resource Name (ARN) of the certificate authority:KxEnvironment.BuildercreationTimestamp(Instant creationTimestamp)The timestamp at which the kdb environment was created in FinSpace.KxEnvironment.BuildercustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)A list of DNS server name and server IP.KxEnvironment.BuildercustomDNSConfiguration(Consumer<CustomDNSServer.Builder>... customDNSConfiguration)A list of DNS server name and server IP.KxEnvironment.BuildercustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)A list of DNS server name and server IP.KxEnvironment.BuilderdedicatedServiceAccountId(String dedicatedServiceAccountId)A unique identifier for the AWS environment infrastructure account.KxEnvironment.Builderdescription(String description)A description of the kdb environment.KxEnvironment.BuilderdnsStatus(String dnsStatus)The status of DNS configuration.KxEnvironment.BuilderdnsStatus(DnsStatus dnsStatus)The status of DNS configuration.KxEnvironment.BuilderenvironmentArn(String environmentArn)The Amazon Resource Name (ARN) of your kdb environment.KxEnvironment.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment.KxEnvironment.BuildererrorMessage(String errorMessage)Specifies the error message that appears if a flow fails.KxEnvironment.BuilderkmsKeyId(String kmsKeyId)The unique identifier of the KMS key.KxEnvironment.Buildername(String name)The name of the kdb environment.KxEnvironment.Builderstatus(String status)The status of the environment creation.KxEnvironment.Builderstatus(EnvironmentStatus status)The status of the environment creation.KxEnvironment.BuildertgwStatus(String tgwStatus)The status of the network configuration.KxEnvironment.BuildertgwStatus(TgwStatus tgwStatus)The status of the network configuration.default KxEnvironment.BuildertransitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.KxEnvironment.BuildertransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.KxEnvironment.BuilderupdateTimestamp(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 Detail
-
name
KxEnvironment.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.
-
environmentId
KxEnvironment.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.
-
awsAccountId
KxEnvironment.Builder awsAccountId(String 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
KxEnvironment.Builder status(String 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:
EnvironmentStatus,EnvironmentStatus
-
-
status
KxEnvironment.Builder status(EnvironmentStatus 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:
EnvironmentStatus,EnvironmentStatus
-
-
tgwStatus
KxEnvironment.Builder tgwStatus(String tgwStatus)
The status of the network configuration.
-
tgwStatus
KxEnvironment.Builder tgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
-
dnsStatus
KxEnvironment.Builder dnsStatus(String dnsStatus)
The status of DNS configuration.
-
dnsStatus
KxEnvironment.Builder dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
-
errorMessage
KxEnvironment.Builder errorMessage(String 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
KxEnvironment.Builder description(String 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
KxEnvironment.Builder environmentArn(String 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
KxEnvironment.Builder kmsKeyId(String 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
KxEnvironment.Builder dedicatedServiceAccountId(String 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.Builderavoiding the need to create one manually viaTransitGatewayConfiguration.builder().When the
Consumercompletes,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:
transitGatewayConfiguration(TransitGatewayConfiguration)
-
customDNSConfiguration
KxEnvironment.Builder customDNSConfiguration(Collection<CustomDNSServer> 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(CustomDNSServer... 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.Builderavoiding the need to create one manually viaCustomDNSServer.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customDNSConfiguration(List.) - 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:
#customDNSConfiguration(java.util.Collection)
-
creationTimestamp
KxEnvironment.Builder creationTimestamp(Instant 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
KxEnvironment.Builder updateTimestamp(Instant 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
KxEnvironment.Builder availabilityZoneIds(Collection<String> 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
KxEnvironment.Builder availabilityZoneIds(String... 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
KxEnvironment.Builder certificateAuthorityArn(String 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.
-
-