@Generated(value="software.amazon.awssdk:codegen") public final class KxEnvironment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxEnvironment.Builder,KxEnvironment>
The details of a kdb environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxEnvironment.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
availabilityZoneIds()
The identifier of the availability zones where subnets for the environment are created.
|
String |
awsAccountId()
The unique identifier of the AWS account in which you create the kdb environment.
|
static KxEnvironment.Builder |
builder() |
String |
certificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority:
|
Instant |
creationTimestamp()
The timestamp at which the kdb environment was created in FinSpace.
|
List<CustomDNSServer> |
customDNSConfiguration()
A list of DNS server name and server IP.
|
String |
dedicatedServiceAccountId()
A unique identifier for the AWS environment infrastructure account.
|
String |
description()
A description of the kdb environment.
|
DnsStatus |
dnsStatus()
The status of DNS configuration.
|
String |
dnsStatusAsString()
The status of DNS configuration.
|
String |
environmentArn()
The Amazon Resource Name (ARN) of your kdb environment.
|
String |
environmentId()
A unique identifier for the kdb environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
Specifies the error message that appears if a flow fails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAvailabilityZoneIds()
For responses, this returns true if the service returned a value for the AvailabilityZoneIds property.
|
boolean |
hasCustomDNSConfiguration()
For responses, this returns true if the service returned a value for the CustomDNSConfiguration property.
|
int |
hashCode() |
String |
kmsKeyId()
The unique identifier of the KMS key.
|
String |
name()
The name of the kdb environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KxEnvironment.Builder> |
serializableBuilderClass() |
EnvironmentStatus |
status()
The status of the environment creation.
|
String |
statusAsString()
The status of the environment creation.
|
TgwStatus |
tgwStatus()
The status of the network configuration.
|
String |
tgwStatusAsString()
The status of the network configuration.
|
KxEnvironment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TransitGatewayConfiguration |
transitGatewayConfiguration()
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
|
Instant |
updateTimestamp()
The timestamp at which the kdb environment was modified in FinSpace.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the kdb environment.
public final String environmentId()
A unique identifier for the kdb environment.
public final String awsAccountId()
The unique identifier of the AWS account in which you create the kdb environment.
public final 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.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
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.
EnvironmentStatuspublic final String statusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, status will
return EnvironmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
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.
EnvironmentStatuspublic final TgwStatus tgwStatus()
The status of the network configuration.
If the service returns an enum value that is not available in the current SDK version, tgwStatus will
return TgwStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tgwStatusAsString().
TgwStatuspublic final String tgwStatusAsString()
The status of the network configuration.
If the service returns an enum value that is not available in the current SDK version, tgwStatus will
return TgwStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tgwStatusAsString().
TgwStatuspublic final DnsStatus dnsStatus()
The status of DNS configuration.
If the service returns an enum value that is not available in the current SDK version, dnsStatus will
return DnsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dnsStatusAsString().
DnsStatuspublic final String dnsStatusAsString()
The status of DNS configuration.
If the service returns an enum value that is not available in the current SDK version, dnsStatus will
return DnsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dnsStatusAsString().
DnsStatuspublic final String errorMessage()
Specifies the error message that appears if a flow fails.
public final String description()
A description of the kdb environment.
public final String environmentArn()
The Amazon Resource Name (ARN) of your kdb environment.
public final String kmsKeyId()
The unique identifier of the KMS key.
public final String dedicatedServiceAccountId()
A unique identifier for the AWS environment infrastructure account.
public final TransitGatewayConfiguration transitGatewayConfiguration()
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
public final boolean hasCustomDNSConfiguration()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<CustomDNSServer> customDNSConfiguration()
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCustomDNSConfiguration() method.
public final 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.
public final 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.
public final boolean hasAvailabilityZoneIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> availabilityZoneIds()
The identifier of the availability zones where subnets for the environment are created.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAvailabilityZoneIds() method.
public final String certificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority:
public KxEnvironment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxEnvironment.Builder,KxEnvironment>public static KxEnvironment.Builder builder()
public static Class<? extends KxEnvironment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.