KxEnvironment.Builder |
KxEnvironment.Builder.availabilityZoneIds(String... availabilityZoneIds) |
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment.Builder |
KxEnvironment.Builder.availabilityZoneIds(Collection<String> availabilityZoneIds) |
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment.Builder |
KxEnvironment.Builder.awsAccountId(String awsAccountId) |
The unique identifier of the AWS account in which you create the kdb environment.
|
static KxEnvironment.Builder |
KxEnvironment.builder() |
|
KxEnvironment.Builder |
KxEnvironment.Builder.certificateAuthorityArn(String certificateAuthorityArn) |
The Amazon Resource Name (ARN) of the certificate authority:
|
KxEnvironment.Builder |
KxEnvironment.Builder.creationTimestamp(Instant creationTimestamp) |
The timestamp at which the kdb environment was created in FinSpace.
|
KxEnvironment.Builder |
KxEnvironment.Builder.customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration) |
A list of DNS server name and server IP.
|
KxEnvironment.Builder |
KxEnvironment.Builder.customDNSConfiguration(Consumer<CustomDNSServer.Builder>... customDNSConfiguration) |
A list of DNS server name and server IP.
|
KxEnvironment.Builder |
KxEnvironment.Builder.customDNSConfiguration(CustomDNSServer... customDNSConfiguration) |
A list of DNS server name and server IP.
|
KxEnvironment.Builder |
KxEnvironment.Builder.dedicatedServiceAccountId(String dedicatedServiceAccountId) |
A unique identifier for the AWS environment infrastructure account.
|
KxEnvironment.Builder |
KxEnvironment.Builder.description(String description) |
A description of the kdb environment.
|
KxEnvironment.Builder |
KxEnvironment.Builder.dnsStatus(String dnsStatus) |
The status of DNS configuration.
|
KxEnvironment.Builder |
KxEnvironment.Builder.dnsStatus(DnsStatus dnsStatus) |
The status of DNS configuration.
|
KxEnvironment.Builder |
KxEnvironment.Builder.environmentArn(String environmentArn) |
The Amazon Resource Name (ARN) of your kdb environment.
|
KxEnvironment.Builder |
KxEnvironment.Builder.environmentId(String environmentId) |
A unique identifier for the kdb environment.
|
KxEnvironment.Builder |
KxEnvironment.Builder.errorMessage(String errorMessage) |
Specifies the error message that appears if a flow fails.
|
KxEnvironment.Builder |
KxEnvironment.Builder.kmsKeyId(String kmsKeyId) |
The unique identifier of the KMS key.
|
KxEnvironment.Builder |
KxEnvironment.Builder.name(String name) |
The name of the kdb environment.
|
KxEnvironment.Builder |
KxEnvironment.Builder.status(String status) |
The status of the environment creation.
|
KxEnvironment.Builder |
KxEnvironment.Builder.status(EnvironmentStatus status) |
The status of the environment creation.
|
KxEnvironment.Builder |
KxEnvironment.Builder.tgwStatus(String tgwStatus) |
The status of the network configuration.
|
KxEnvironment.Builder |
KxEnvironment.Builder.tgwStatus(TgwStatus tgwStatus) |
The status of the network configuration.
|
KxEnvironment.Builder |
KxEnvironment.toBuilder() |
|
default KxEnvironment.Builder |
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 |
KxEnvironment.Builder.transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration) |
Specifies the transit gateway and network configuration to connect the kdb environment to an internal
network.
|
KxEnvironment.Builder |
KxEnvironment.Builder.updateTimestamp(Instant updateTimestamp) |
The timestamp at which the kdb environment was modified in FinSpace.
|