@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxEnvironment extends Object implements Serializable, Cloneable, StructuredPojo
The details of a kdb environment.
Constructor and Description |
---|
KxEnvironment() |
Modifier and Type | Method and Description |
---|---|
KxEnvironment |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAvailabilityZoneIds()
The identifier of the availability zones where subnets for the environment are created.
|
String |
getAwsAccountId()
The unique identifier of the AWS account in which you create the kdb environment.
|
String |
getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority:
|
Date |
getCreationTimestamp()
The timestamp at which the kdb environment was created in FinSpace.
|
List<CustomDNSServer> |
getCustomDNSConfiguration()
A list of DNS server name and server IP.
|
String |
getDedicatedServiceAccountId()
A unique identifier for the AWS environment infrastructure account.
|
String |
getDescription()
A description of the kdb environment.
|
String |
getDnsStatus()
The status of DNS configuration.
|
String |
getEnvironmentArn()
The Amazon Resource Name (ARN) of your kdb environment.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getErrorMessage()
Specifies the error message that appears if a flow fails.
|
String |
getKmsKeyId()
The unique identifier of the KMS key.
|
String |
getName()
The name of the kdb environment.
|
String |
getStatus()
The status of the environment creation.
|
String |
getTgwStatus()
The status of the network configuration.
|
TransitGatewayConfiguration |
getTransitGatewayConfiguration()
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
|
Date |
getUpdateTimestamp()
The timestamp at which the kdb environment was modified in FinSpace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
void |
setAwsAccountId(String awsAccountId)
The unique identifier of the AWS account in which you create the kdb environment.
|
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority:
|
void |
setCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
void |
setCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
void |
setDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
void |
setDescription(String description)
A description of the kdb environment.
|
void |
setDnsStatus(String dnsStatus)
The status of DNS configuration.
|
void |
setEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your kdb environment.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
void |
setKmsKeyId(String kmsKeyId)
The unique identifier of the KMS key.
|
void |
setName(String name)
The name of the kdb environment.
|
void |
setStatus(String status)
The status of the environment creation.
|
void |
setTgwStatus(String tgwStatus)
The status of the network configuration.
|
void |
setTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
|
void |
setUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was modified in FinSpace.
|
String |
toString()
Returns a string representation of this object.
|
KxEnvironment |
withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment |
withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
KxEnvironment |
withAwsAccountId(String awsAccountId)
The unique identifier of the AWS account in which you create the kdb environment.
|
KxEnvironment |
withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority:
|
KxEnvironment |
withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
KxEnvironment |
withCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
KxEnvironment |
withCustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP.
|
KxEnvironment |
withDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
KxEnvironment |
withDescription(String description)
A description of the kdb environment.
|
KxEnvironment |
withDnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
KxEnvironment |
withDnsStatus(String dnsStatus)
The status of DNS configuration.
|
KxEnvironment |
withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your kdb environment.
|
KxEnvironment |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
KxEnvironment |
withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
KxEnvironment |
withKmsKeyId(String kmsKeyId)
The unique identifier of the KMS key.
|
KxEnvironment |
withName(String name)
The name of the kdb environment.
|
KxEnvironment |
withStatus(EnvironmentStatus status)
The status of the environment creation.
|
KxEnvironment |
withStatus(String status)
The status of the environment creation.
|
KxEnvironment |
withTgwStatus(String tgwStatus)
The status of the network configuration.
|
KxEnvironment |
withTgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
|
KxEnvironment |
withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
|
KxEnvironment |
withUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was modified in FinSpace.
|
public void setName(String name)
The name of the kdb environment.
name
- The name of the kdb environment.public String getName()
The name of the kdb environment.
public KxEnvironment withName(String name)
The name of the kdb environment.
name
- The name of the kdb environment.public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public KxEnvironment withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setAwsAccountId(String awsAccountId)
The unique identifier of the AWS account in which you create the kdb environment.
awsAccountId
- The unique identifier of the AWS account in which you create the kdb environment.public String getAwsAccountId()
The unique identifier of the AWS account in which you create the kdb environment.
public KxEnvironment withAwsAccountId(String awsAccountId)
The unique identifier of the AWS account in which you create the kdb environment.
awsAccountId
- The unique identifier of the AWS account in which you create the kdb environment.public void setStatus(String 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.
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.
EnvironmentStatus
public String getStatus()
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.
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.
EnvironmentStatus
public KxEnvironment withStatus(String 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.
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.
EnvironmentStatus
public KxEnvironment withStatus(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.
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.
EnvironmentStatus
public void setTgwStatus(String tgwStatus)
The status of the network configuration.
tgwStatus
- The status of the network configuration.TgwStatus
public String getTgwStatus()
The status of the network configuration.
TgwStatus
public KxEnvironment withTgwStatus(String tgwStatus)
The status of the network configuration.
tgwStatus
- The status of the network configuration.TgwStatus
public KxEnvironment withTgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
tgwStatus
- The status of the network configuration.TgwStatus
public void setDnsStatus(String dnsStatus)
The status of DNS configuration.
dnsStatus
- The status of DNS configuration.DnsStatus
public String getDnsStatus()
The status of DNS configuration.
DnsStatus
public KxEnvironment withDnsStatus(String dnsStatus)
The status of DNS configuration.
dnsStatus
- The status of DNS configuration.DnsStatus
public KxEnvironment withDnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
dnsStatus
- The status of DNS configuration.DnsStatus
public void setErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
errorMessage
- Specifies the error message that appears if a flow fails.public String getErrorMessage()
Specifies the error message that appears if a flow fails.
public KxEnvironment withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
errorMessage
- Specifies the error message that appears if a flow fails.public void setDescription(String description)
A description of the kdb environment.
description
- A description of the kdb environment.public String getDescription()
A description of the kdb environment.
public KxEnvironment withDescription(String description)
A description of the kdb environment.
description
- A description of the kdb environment.public void setEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your kdb environment.
environmentArn
- The Amazon Resource Name (ARN) of your kdb environment.public String getEnvironmentArn()
The Amazon Resource Name (ARN) of your kdb environment.
public KxEnvironment withEnvironmentArn(String environmentArn)
The Amazon Resource Name (ARN) of your kdb environment.
environmentArn
- The Amazon Resource Name (ARN) of your kdb environment.public void setKmsKeyId(String kmsKeyId)
The unique identifier of the KMS key.
kmsKeyId
- The unique identifier of the KMS key.public String getKmsKeyId()
The unique identifier of the KMS key.
public KxEnvironment withKmsKeyId(String kmsKeyId)
The unique identifier of the KMS key.
kmsKeyId
- The unique identifier of the KMS key.public void setDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
dedicatedServiceAccountId
- A unique identifier for the AWS environment infrastructure account.public String getDedicatedServiceAccountId()
A unique identifier for the AWS environment infrastructure account.
public KxEnvironment withDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
dedicatedServiceAccountId
- A unique identifier for the AWS environment infrastructure account.public void setTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
transitGatewayConfiguration
- Specifies the transit gateway and network configuration to connect the kdb environment to an internal
network.public TransitGatewayConfiguration getTransitGatewayConfiguration()
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
public KxEnvironment withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.
transitGatewayConfiguration
- Specifies the transit gateway and network configuration to connect the kdb environment to an internal
network.public List<CustomDNSServer> getCustomDNSConfiguration()
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
public void setCustomDNSConfiguration(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.public KxEnvironment withCustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
NOTE: This method appends the values to the existing list (if any). Use
setCustomDNSConfiguration(java.util.Collection)
or
withCustomDNSConfiguration(java.util.Collection)
if you want to override the existing values.
customDNSConfiguration
- A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.public KxEnvironment withCustomDNSConfiguration(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.public void setCreationTimestamp(Date 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.
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 Date getCreationTimestamp()
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 KxEnvironment withCreationTimestamp(Date 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.
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 void setUpdateTimestamp(Date 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.
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 Date getUpdateTimestamp()
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 KxEnvironment withUpdateTimestamp(Date 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.
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 List<String> getAvailabilityZoneIds()
The identifier of the availability zones where subnets for the environment are created.
public void setAvailabilityZoneIds(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.public KxEnvironment withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZoneIds(java.util.Collection)
or withAvailabilityZoneIds(java.util.Collection)
if you want to override the existing values.
availabilityZoneIds
- The identifier of the availability zones where subnets for the environment are created.public KxEnvironment withAvailabilityZoneIds(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.public void setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority:
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority:public String getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority:
public KxEnvironment withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority:
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority:public String toString()
toString
in class Object
Object.toString()
public KxEnvironment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.