JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.finspace.model

Class UpdateKxEnvironmentResult

    • Constructor Detail

      • UpdateKxEnvironmentResult

        public UpdateKxEnvironmentResult()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the kdb environment.

        Parameters:
        name - The name of the kdb environment.
      • getName

        public String getName()

        The name of the kdb environment.

        Returns:
        The name of the kdb environment.
      • withName

        public UpdateKxEnvironmentResult withName(String name)

        The name of the kdb environment.

        Parameters:
        name - The name of the kdb environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentId

        public void setEnvironmentId(String environmentId)

        A unique identifier for the kdb environment.

        Parameters:
        environmentId - A unique identifier for the kdb environment.
      • getEnvironmentId

        public String getEnvironmentId()

        A unique identifier for the kdb environment.

        Returns:
        A unique identifier for the kdb environment.
      • withEnvironmentId

        public UpdateKxEnvironmentResult withEnvironmentId(String environmentId)

        A unique identifier for the kdb environment.

        Parameters:
        environmentId - A unique identifier for the kdb environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAwsAccountId

        public void setAwsAccountId(String awsAccountId)

        The unique identifier of the AWS account that is used to create the kdb environment.

        Parameters:
        awsAccountId - The unique identifier of the AWS account that is used to create the kdb environment.
      • getAwsAccountId

        public String getAwsAccountId()

        The unique identifier of the AWS account that is used to create the kdb environment.

        Returns:
        The unique identifier of the AWS account that is used to create the kdb environment.
      • withAwsAccountId

        public UpdateKxEnvironmentResult withAwsAccountId(String awsAccountId)

        The unique identifier of the AWS account that is used to create the kdb environment.

        Parameters:
        awsAccountId - The unique identifier of the AWS account that is used to create the kdb environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the kdb environment.

        Parameters:
        status - The status of the kdb environment.
        See Also:
        EnvironmentStatus
      • getStatus

        public String getStatus()

        The status of the kdb environment.

        Returns:
        The status of the kdb environment.
        See Also:
        EnvironmentStatus
      • withStatus

        public UpdateKxEnvironmentResult withStatus(String status)

        The status of the kdb environment.

        Parameters:
        status - The status of the kdb environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnvironmentStatus
      • setTgwStatus

        public void setTgwStatus(String tgwStatus)

        The status of the network configuration.

        Parameters:
        tgwStatus - The status of the network configuration.
        See Also:
        TgwStatus
      • getTgwStatus

        public String getTgwStatus()

        The status of the network configuration.

        Returns:
        The status of the network configuration.
        See Also:
        TgwStatus
      • withTgwStatus

        public UpdateKxEnvironmentResult withTgwStatus(String tgwStatus)

        The status of the network configuration.

        Parameters:
        tgwStatus - The status of the network configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TgwStatus
      • withTgwStatus

        public UpdateKxEnvironmentResult withTgwStatus(TgwStatus tgwStatus)

        The status of the network configuration.

        Parameters:
        tgwStatus - The status of the network configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TgwStatus
      • setDnsStatus

        public void setDnsStatus(String dnsStatus)

        The status of DNS configuration.

        Parameters:
        dnsStatus - The status of DNS configuration.
        See Also:
        DnsStatus
      • getDnsStatus

        public String getDnsStatus()

        The status of DNS configuration.

        Returns:
        The status of DNS configuration.
        See Also:
        DnsStatus
      • withDnsStatus

        public UpdateKxEnvironmentResult withDnsStatus(String dnsStatus)

        The status of DNS configuration.

        Parameters:
        dnsStatus - The status of DNS configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DnsStatus
      • withDnsStatus

        public UpdateKxEnvironmentResult withDnsStatus(DnsStatus dnsStatus)

        The status of DNS configuration.

        Parameters:
        dnsStatus - The status of DNS configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DnsStatus
      • setErrorMessage

        public void setErrorMessage(String errorMessage)

        Specifies the error message that appears if a flow fails.

        Parameters:
        errorMessage - Specifies the error message that appears if a flow fails.
      • getErrorMessage

        public String getErrorMessage()

        Specifies the error message that appears if a flow fails.

        Returns:
        Specifies the error message that appears if a flow fails.
      • withErrorMessage

        public UpdateKxEnvironmentResult withErrorMessage(String errorMessage)

        Specifies the error message that appears if a flow fails.

        Parameters:
        errorMessage - Specifies the error message that appears if a flow fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the environment.

        Parameters:
        description - The description of the environment.
      • getDescription

        public String getDescription()

        The description of the environment.

        Returns:
        The description of the environment.
      • withDescription

        public UpdateKxEnvironmentResult withDescription(String description)

        The description of the environment.

        Parameters:
        description - The description of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnvironmentArn

        public void setEnvironmentArn(String environmentArn)

        The ARN identifier of the environment.

        Parameters:
        environmentArn - The ARN identifier of the environment.
      • getEnvironmentArn

        public String getEnvironmentArn()

        The ARN identifier of the environment.

        Returns:
        The ARN identifier of the environment.
      • withEnvironmentArn

        public UpdateKxEnvironmentResult withEnvironmentArn(String environmentArn)

        The ARN identifier of the environment.

        Parameters:
        environmentArn - The ARN identifier of the environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKmsKeyId

        public void setKmsKeyId(String kmsKeyId)

        The KMS key ID to encrypt your data in the FinSpace environment.

        Parameters:
        kmsKeyId - The KMS key ID to encrypt your data in the FinSpace environment.
      • getKmsKeyId

        public String getKmsKeyId()

        The KMS key ID to encrypt your data in the FinSpace environment.

        Returns:
        The KMS key ID to encrypt your data in the FinSpace environment.
      • withKmsKeyId

        public UpdateKxEnvironmentResult withKmsKeyId(String kmsKeyId)

        The KMS key ID to encrypt your data in the FinSpace environment.

        Parameters:
        kmsKeyId - The KMS key ID to encrypt your data in the FinSpace environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDedicatedServiceAccountId

        public void setDedicatedServiceAccountId(String dedicatedServiceAccountId)

        A unique identifier for the AWS environment infrastructure account.

        Parameters:
        dedicatedServiceAccountId - A unique identifier for the AWS environment infrastructure account.
      • getDedicatedServiceAccountId

        public String getDedicatedServiceAccountId()

        A unique identifier for the AWS environment infrastructure account.

        Returns:
        A unique identifier for the AWS environment infrastructure account.
      • withDedicatedServiceAccountId

        public UpdateKxEnvironmentResult withDedicatedServiceAccountId(String dedicatedServiceAccountId)

        A unique identifier for the AWS environment infrastructure account.

        Parameters:
        dedicatedServiceAccountId - A unique identifier for the AWS environment infrastructure account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTransitGatewayConfiguration

        public void setTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
        Parameters:
        transitGatewayConfiguration -
      • withTransitGatewayConfiguration

        public UpdateKxEnvironmentResult withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
        Parameters:
        transitGatewayConfiguration -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCustomDNSConfiguration

        public List<CustomDNSServer> getCustomDNSConfiguration()

        A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

        Returns:
        A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
      • setCustomDNSConfiguration

        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.

        Parameters:
        customDNSConfiguration - A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
      • withCustomDNSConfiguration

        public UpdateKxEnvironmentResult withCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)

        A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

        Parameters:
        customDNSConfiguration - A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTimestamp

        public void setCreationTimestamp(Date creationTimestamp)

        The timestamp at which the kdb environment was created in FinSpace.

        Parameters:
        creationTimestamp - The timestamp at which the kdb environment was created in FinSpace.
      • getCreationTimestamp

        public Date getCreationTimestamp()

        The timestamp at which the kdb environment was created in FinSpace.

        Returns:
        The timestamp at which the kdb environment was created in FinSpace.
      • withCreationTimestamp

        public UpdateKxEnvironmentResult withCreationTimestamp(Date creationTimestamp)

        The timestamp at which the kdb environment was created in FinSpace.

        Parameters:
        creationTimestamp - The timestamp at which the kdb environment was created in FinSpace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdateTimestamp

        public void setUpdateTimestamp(Date updateTimestamp)

        The timestamp at which the kdb environment was updated.

        Parameters:
        updateTimestamp - The timestamp at which the kdb environment was updated.
      • getUpdateTimestamp

        public Date getUpdateTimestamp()

        The timestamp at which the kdb environment was updated.

        Returns:
        The timestamp at which the kdb environment was updated.
      • withUpdateTimestamp

        public UpdateKxEnvironmentResult withUpdateTimestamp(Date updateTimestamp)

        The timestamp at which the kdb environment was updated.

        Parameters:
        updateTimestamp - The timestamp at which the kdb environment was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAvailabilityZoneIds

        public List<String> getAvailabilityZoneIds()

        The identifier of the availability zones where subnets for the environment are created.

        Returns:
        The identifier of the availability zones where subnets for the environment are created.
      • setAvailabilityZoneIds

        public void setAvailabilityZoneIds(Collection<String> availabilityZoneIds)

        The identifier of the availability zones where subnets for the environment are created.

        Parameters:
        availabilityZoneIds - The identifier of the availability zones where subnets for the environment are created.
      • withAvailabilityZoneIds

        public UpdateKxEnvironmentResult 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.

        Parameters:
        availabilityZoneIds - The identifier of the availability zones where subnets for the environment are created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withAvailabilityZoneIds

        public UpdateKxEnvironmentResult withAvailabilityZoneIds(Collection<String> availabilityZoneIds)

        The identifier of the availability zones where subnets for the environment are created.

        Parameters:
        availabilityZoneIds - The identifier of the availability zones where subnets for the environment are created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /