@Generated(value="software.amazon.awssdk:codegen") public final class UpdateKxEnvironmentNetworkResponse extends FinspaceResponse implements ToCopyableBuilder<UpdateKxEnvironmentNetworkResponse.Builder,UpdateKxEnvironmentNetworkResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateKxEnvironmentNetworkResponse.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 that is used to create the kdb environment.
|
static UpdateKxEnvironmentNetworkResponse.Builder |
builder() |
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()
The description of the environment.
|
DnsStatus |
dnsStatus()
The status of DNS configuration.
|
String |
dnsStatusAsString()
The status of DNS configuration.
|
String |
environmentArn()
The ARN identifier of the 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 KMS key ID to encrypt your data in the FinSpace environment.
|
String |
name()
The name of the kdb environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateKxEnvironmentNetworkResponse.Builder> |
serializableBuilderClass() |
EnvironmentStatus |
status()
The status of the kdb environment.
|
String |
statusAsString()
The status of the kdb environment.
|
TgwStatus |
tgwStatus()
The status of the network configuration.
|
String |
tgwStatusAsString()
The status of the network configuration.
|
UpdateKxEnvironmentNetworkResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TransitGatewayConfiguration |
transitGatewayConfiguration()
Returns the value of the TransitGatewayConfiguration property for this object.
|
Instant |
updateTimestamp()
The timestamp at which the kdb environment was updated.
|
responseMetadatasdkHttpResponseclone, 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 that is used to create the kdb environment.
public final EnvironmentStatus status()
The status of the kdb environment.
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().
EnvironmentStatuspublic final String statusAsString()
The status of the kdb environment.
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().
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()
The description of the environment.
public final String environmentArn()
The ARN identifier of the environment.
public final String kmsKeyId()
The KMS key ID to encrypt your data in the FinSpace environment.
public final String dedicatedServiceAccountId()
A unique identifier for the AWS environment infrastructure account.
public final TransitGatewayConfiguration transitGatewayConfiguration()
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.
public final Instant updateTimestamp()
The timestamp at which the kdb environment was updated.
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 UpdateKxEnvironmentNetworkResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateKxEnvironmentNetworkResponse.Builder,UpdateKxEnvironmentNetworkResponse>toBuilder in class AwsResponsepublic static UpdateKxEnvironmentNetworkResponse.Builder builder()
public static Class<? extends UpdateKxEnvironmentNetworkResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.