Interface CreateAccountAssociationRequest.Builder

  • Method Details

    • clientToken

      An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

      Parameters:
      clientToken - An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectorDestinationId

      CreateAccountAssociationRequest.Builder connectorDestinationId(String connectorDestinationId)

      The identifier of the connector destination.

      Parameters:
      connectorDestinationId - The identifier of the connector destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the destination for the new account association.

      Parameters:
      name - The name of the destination for the new account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      A description of the account association request.

      Parameters:
      description - A description of the account association request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A set of key/value pairs that are used to manage the account association.

      Parameters:
      tags - A set of key/value pairs that are used to manage the account association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateAccountAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.