Interface UpdateKxEnvironmentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateKxEnvironmentResponse.Builder,UpdateKxEnvironmentResponse>, FinspaceResponse.Builder, SdkBuilder<UpdateKxEnvironmentResponse.Builder,UpdateKxEnvironmentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateKxEnvironmentResponse

public static interface UpdateKxEnvironmentResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<UpdateKxEnvironmentResponse.Builder,UpdateKxEnvironmentResponse>
  • Method Details

    • 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.
    • environmentId

      UpdateKxEnvironmentResponse.Builder environmentId(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.
    • awsAccountId

      UpdateKxEnvironmentResponse.Builder awsAccountId(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.
    • 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:
    • 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:
    • 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

      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:
    • 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

      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:
    • errorMessage

      UpdateKxEnvironmentResponse.Builder errorMessage(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.
    • description

      UpdateKxEnvironmentResponse.Builder description(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.
    • environmentArn

      UpdateKxEnvironmentResponse.Builder environmentArn(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.
    • 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.
    • dedicatedServiceAccountId

      UpdateKxEnvironmentResponse.Builder dedicatedServiceAccountId(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.
    • transitGatewayConfiguration

      UpdateKxEnvironmentResponse.Builder transitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
      Sets the value of the TransitGatewayConfiguration property for this object.
      Parameters:
      transitGatewayConfiguration - The new value for the TransitGatewayConfiguration property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • transitGatewayConfiguration

      default UpdateKxEnvironmentResponse.Builder transitGatewayConfiguration(Consumer<TransitGatewayConfiguration.Builder> transitGatewayConfiguration)
      Sets the value of the TransitGatewayConfiguration property for this object. This is a convenience method that creates an instance of the TransitGatewayConfiguration.Builder avoiding the need to create one manually via TransitGatewayConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to transitGatewayConfiguration(TransitGatewayConfiguration).

      Parameters:
      transitGatewayConfiguration - a consumer that will call methods on TransitGatewayConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customDNSConfiguration

      UpdateKxEnvironmentResponse.Builder customDNSConfiguration(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.
    • customDNSConfiguration

      UpdateKxEnvironmentResponse.Builder customDNSConfiguration(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.
    • customDNSConfiguration

      UpdateKxEnvironmentResponse.Builder customDNSConfiguration(Consumer<CustomDNSServer.Builder>... customDNSConfiguration)

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

      This is a convenience method that creates an instance of the CustomDNSServer.Builder avoiding the need to create one manually via CustomDNSServer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customDNSConfiguration(List<CustomDNSServer>).

      Parameters:
      customDNSConfiguration - a consumer that will call methods on CustomDNSServer.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTimestamp

      UpdateKxEnvironmentResponse.Builder creationTimestamp(Instant 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.
    • updateTimestamp

      UpdateKxEnvironmentResponse.Builder updateTimestamp(Instant 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.
    • availabilityZoneIds

      UpdateKxEnvironmentResponse.Builder availabilityZoneIds(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.
    • availabilityZoneIds

      UpdateKxEnvironmentResponse.Builder availabilityZoneIds(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.