public static interface KxEnvironment.Builder extends SdkPojo, CopyableBuilder<KxEnvironment.Builder,KxEnvironment>
| Modifier and Type | Method and Description |
|---|---|
KxEnvironment.Builder |
availabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment.Builder |
availabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment.Builder |
awsAccountId(String awsAccountId)
The unique identifier of the AWS account in which you create the kdb environment.
|
KxEnvironment.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority:
|
KxEnvironment.Builder |
creationTimestamp(Instant creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
KxEnvironment.Builder |
customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
KxEnvironment.Builder |
customDNSConfiguration(Consumer<CustomDNSServer.Builder>... customDNSConfiguration)
A list of DNS server name and server IP.
|
KxEnvironment.Builder |
customDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP.
|
KxEnvironment.Builder |
dedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
KxEnvironment.Builder |
description(String description)
A description of the kdb environment.
|
KxEnvironment.Builder |
dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
KxEnvironment.Builder |
dnsStatus(String dnsStatus)
The status of DNS configuration.
|
KxEnvironment.Builder |
environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your kdb environment.
|
KxEnvironment.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
KxEnvironment.Builder |
errorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
KxEnvironment.Builder |
kmsKeyId(String kmsKeyId)
The unique identifier of the KMS key.
|
KxEnvironment.Builder |
name(String name)
The name of the kdb environment.
|
KxEnvironment.Builder |
status(EnvironmentStatus status)
The status of the environment creation.
|
KxEnvironment.Builder |
status(String status)
The status of the environment creation.
|
KxEnvironment.Builder |
tgwStatus(String tgwStatus)
The status of the network configuration.
|
KxEnvironment.Builder |
tgwStatus(TgwStatus tgwStatus)
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.
|
KxEnvironment.Builder |
transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal
network.
|
KxEnvironment.Builder |
updateTimestamp(Instant updateTimestamp)
The timestamp at which the kdb environment was modified in FinSpace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKxEnvironment.Builder name(String name)
The name of the kdb environment.
name - The name of the kdb environment.KxEnvironment.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.KxEnvironment.Builder awsAccountId(String awsAccountId)
The unique identifier of the AWS account in which you create the kdb environment.
awsAccountId - The unique identifier of the AWS account in which you create the kdb environment.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.
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.
EnvironmentStatus,
EnvironmentStatusKxEnvironment.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.
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.
EnvironmentStatus,
EnvironmentStatusKxEnvironment.Builder tgwStatus(String tgwStatus)
The status of the network configuration.
KxEnvironment.Builder tgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
KxEnvironment.Builder dnsStatus(String dnsStatus)
The status of DNS configuration.
KxEnvironment.Builder dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
KxEnvironment.Builder errorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
errorMessage - Specifies the error message that appears if a flow fails.KxEnvironment.Builder description(String description)
A description of the kdb environment.
description - A description of the kdb environment.KxEnvironment.Builder environmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your kdb environment.
environmentArn - The Amazon Resource Name (ARN) of your kdb environment.KxEnvironment.Builder kmsKeyId(String kmsKeyId)
The unique identifier of the KMS key.
kmsKeyId - The unique identifier of the KMS key.KxEnvironment.Builder dedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
dedicatedServiceAccountId - A unique identifier for the AWS environment infrastructure account.KxEnvironment.Builder transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
transitGatewayConfiguration - Specifies the transit gateway and network configuration to connect the kdb environment to an internal
network.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 via TransitGatewayConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to transitGatewayConfiguration(TransitGatewayConfiguration).
transitGatewayConfiguration - a consumer that will call methods on TransitGatewayConfiguration.BuildertransitGatewayConfiguration(TransitGatewayConfiguration)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.
customDNSConfiguration - A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.KxEnvironment.Builder customDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
customDNSConfiguration - A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.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 via CustomDNSServer.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #customDNSConfiguration(List.
customDNSConfiguration - a consumer that will call methods on
CustomDNSServer.Builder#customDNSConfiguration(java.util.Collection) 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.
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.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.
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.KxEnvironment.Builder availabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
availabilityZoneIds - The identifier of the availability zones where subnets for the environment are created.KxEnvironment.Builder availabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
availabilityZoneIds - The identifier of the availability zones where subnets for the environment are created.KxEnvironment.Builder certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority:
certificateAuthorityArn - The Amazon Resource Name (ARN) of the certificate authority:Copyright © 2023. All rights reserved.