public static interface GetKxEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetKxEnvironmentResponse.Builder,GetKxEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetKxEnvironmentResponse.Builder |
availabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
GetKxEnvironmentResponse.Builder |
availabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
GetKxEnvironmentResponse.Builder |
awsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
|
GetKxEnvironmentResponse.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
|
GetKxEnvironmentResponse.Builder |
creationTimestamp(Instant creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
GetKxEnvironmentResponse.Builder |
customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
GetKxEnvironmentResponse.Builder |
customDNSConfiguration(Consumer<CustomDNSServer.Builder>... customDNSConfiguration)
A list of DNS server name and server IP.
|
GetKxEnvironmentResponse.Builder |
customDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP.
|
GetKxEnvironmentResponse.Builder |
dedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
GetKxEnvironmentResponse.Builder |
description(String description)
A description for the kdb environment.
|
GetKxEnvironmentResponse.Builder |
dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
GetKxEnvironmentResponse.Builder |
dnsStatus(String dnsStatus)
The status of DNS configuration.
|
GetKxEnvironmentResponse.Builder |
environmentArn(String environmentArn)
The ARN identifier of the environment.
|
GetKxEnvironmentResponse.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxEnvironmentResponse.Builder |
errorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
GetKxEnvironmentResponse.Builder |
kmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
GetKxEnvironmentResponse.Builder |
name(String name)
The name of the kdb environment.
|
GetKxEnvironmentResponse.Builder |
status(EnvironmentStatus status)
The status of the kdb environment.
|
GetKxEnvironmentResponse.Builder |
status(String status)
The status of the kdb environment.
|
GetKxEnvironmentResponse.Builder |
tgwStatus(String tgwStatus)
The status of the network configuration.
|
GetKxEnvironmentResponse.Builder |
tgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
|
default GetKxEnvironmentResponse.Builder |
transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
Sets the value of the TransitGatewayConfiguration property for this object.
|
GetKxEnvironmentResponse.Builder |
transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Sets the value of the TransitGatewayConfiguration property for this object.
|
GetKxEnvironmentResponse.Builder |
updateTimestamp(Instant updateTimestamp)
The timestamp at which the kdb environment was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetKxEnvironmentResponse.Builder name(String name)
The name of the kdb environment.
name - The name of the kdb environment.GetKxEnvironmentResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.GetKxEnvironmentResponse.Builder awsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
awsAccountId - The unique identifier of the AWS account that is used to create the kdb environment.GetKxEnvironmentResponse.Builder status(String status)
The status of the kdb environment.
status - The status of the kdb environment.EnvironmentStatus,
EnvironmentStatusGetKxEnvironmentResponse.Builder status(EnvironmentStatus status)
The status of the kdb environment.
status - The status of the kdb environment.EnvironmentStatus,
EnvironmentStatusGetKxEnvironmentResponse.Builder tgwStatus(String tgwStatus)
The status of the network configuration.
GetKxEnvironmentResponse.Builder tgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
GetKxEnvironmentResponse.Builder dnsStatus(String dnsStatus)
The status of DNS configuration.
GetKxEnvironmentResponse.Builder dnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
GetKxEnvironmentResponse.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.GetKxEnvironmentResponse.Builder description(String description)
A description for the kdb environment.
description - A description for the kdb environment.GetKxEnvironmentResponse.Builder environmentArn(String environmentArn)
The ARN identifier of the environment.
environmentArn - The ARN identifier of the environment.GetKxEnvironmentResponse.Builder kmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
kmsKeyId - The KMS key ID to encrypt your data in the FinSpace environment.GetKxEnvironmentResponse.Builder dedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
dedicatedServiceAccountId - A unique identifier for the AWS environment infrastructure account.GetKxEnvironmentResponse.Builder transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
transitGatewayConfiguration - The new value for the TransitGatewayConfiguration property for this object.default GetKxEnvironmentResponse.Builder transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
TransitGatewayConfiguration.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)GetKxEnvironmentResponse.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.GetKxEnvironmentResponse.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.GetKxEnvironmentResponse.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) GetKxEnvironmentResponse.Builder creationTimestamp(Instant creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
creationTimestamp - The timestamp at which the kdb environment was created in FinSpace.GetKxEnvironmentResponse.Builder updateTimestamp(Instant updateTimestamp)
The timestamp at which the kdb environment was updated.
updateTimestamp - The timestamp at which the kdb environment was updated.GetKxEnvironmentResponse.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.GetKxEnvironmentResponse.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.GetKxEnvironmentResponse.Builder certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
certificateAuthorityArn - The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.Copyright © 2023. All rights reserved.