| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxEnvironment |
KxEnvironment.clone() |
KxEnvironment |
KxEnvironment.withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment |
KxEnvironment.withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment |
KxEnvironment.withAwsAccountId(String awsAccountId)
The unique identifier of the AWS account in which you create the kdb environment.
|
KxEnvironment |
KxEnvironment.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority:
|
KxEnvironment |
KxEnvironment.withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
KxEnvironment |
KxEnvironment.withCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
KxEnvironment |
KxEnvironment.withCustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP.
|
KxEnvironment |
KxEnvironment.withDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
KxEnvironment |
KxEnvironment.withDescription(String description)
A description of the kdb environment.
|
KxEnvironment |
KxEnvironment.withDnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
KxEnvironment |
KxEnvironment.withDnsStatus(String dnsStatus)
The status of DNS configuration.
|
KxEnvironment |
KxEnvironment.withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your kdb environment.
|
KxEnvironment |
KxEnvironment.withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
KxEnvironment |
KxEnvironment.withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
KxEnvironment |
KxEnvironment.withKmsKeyId(String kmsKeyId)
The unique identifier of the KMS key.
|
KxEnvironment |
KxEnvironment.withName(String name)
The name of the kdb environment.
|
KxEnvironment |
KxEnvironment.withStatus(EnvironmentStatus status)
The status of the environment creation.
|
KxEnvironment |
KxEnvironment.withStatus(String status)
The status of the environment creation.
|
KxEnvironment |
KxEnvironment.withTgwStatus(String tgwStatus)
The status of the network configuration.
|
KxEnvironment |
KxEnvironment.withTgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
|
KxEnvironment |
KxEnvironment.withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
|
KxEnvironment |
KxEnvironment.withUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was modified in FinSpace.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxEnvironment> |
ListKxEnvironmentsResult.getEnvironments()
A list of environments in an account.
|
| Modifier and Type | Method and Description |
|---|---|
ListKxEnvironmentsResult |
ListKxEnvironmentsResult.withEnvironments(KxEnvironment... environments)
A list of environments in an account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKxEnvironmentsResult.setEnvironments(Collection<KxEnvironment> environments)
A list of environments in an account.
|
ListKxEnvironmentsResult |
ListKxEnvironmentsResult.withEnvironments(Collection<KxEnvironment> environments)
A list of environments in an account.
|
Copyright © 2025. All rights reserved.