UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.availabilityZoneIds(String... availabilityZoneIds) |
The identifier of the availability zones where subnets for the environment are created.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.availabilityZoneIds(Collection<String> availabilityZoneIds) |
The identifier of the availability zones where subnets for the environment are created.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.awsAccountId(String awsAccountId) |
The unique identifier of the AWS account that is used to create the kdb environment.
|
static UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.builder() |
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.creationTimestamp(Instant creationTimestamp) |
The timestamp at which the kdb environment was created in FinSpace.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration) |
A list of DNS server name and server IP.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.customDNSConfiguration(Consumer<CustomDNSServer.Builder>... customDNSConfiguration) |
A list of DNS server name and server IP.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.customDNSConfiguration(CustomDNSServer... customDNSConfiguration) |
A list of DNS server name and server IP.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.dedicatedServiceAccountId(String dedicatedServiceAccountId) |
A unique identifier for the AWS environment infrastructure account.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.description(String description) |
The description of the environment.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.dnsStatus(String dnsStatus) |
The status of DNS configuration.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.dnsStatus(DnsStatus dnsStatus) |
The status of DNS configuration.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.environmentArn(String environmentArn) |
The ARN identifier of the environment.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.environmentId(String environmentId) |
A unique identifier for the kdb environment.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.errorMessage(String errorMessage) |
Specifies the error message that appears if a flow fails.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.kmsKeyId(String kmsKeyId) |
The KMS key ID to encrypt your data in the FinSpace environment.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.name(String name) |
The name of the kdb environment.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.status(String status) |
The status of the kdb environment.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.status(EnvironmentStatus status) |
The status of the kdb environment.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.tgwStatus(String tgwStatus) |
The status of the network configuration.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.tgwStatus(TgwStatus tgwStatus) |
The status of the network configuration.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.toBuilder() |
|
default UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration) |
Sets the value of the TransitGatewayConfiguration property for this object.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration) |
Sets the value of the TransitGatewayConfiguration property for this object.
|
UpdateKxEnvironmentResponse.Builder |
UpdateKxEnvironmentResponse.Builder.updateTimestamp(Instant updateTimestamp) |
The timestamp at which the kdb environment was updated.
|