Interface CreateDestinationRequest.Builder

  • Method Details

    • deliveryDestinationArn

      CreateDestinationRequest.Builder deliveryDestinationArn(String deliveryDestinationArn)

      The Amazon Resource Name (ARN) of the customer-managed destination.

      Parameters:
      deliveryDestinationArn - The Amazon Resource Name (ARN) of the customer-managed destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deliveryDestinationType

      CreateDestinationRequest.Builder deliveryDestinationType(String deliveryDestinationType)

      The destination type for the customer-managed destination.

      Parameters:
      deliveryDestinationType - The destination type for the customer-managed destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deliveryDestinationType

      CreateDestinationRequest.Builder deliveryDestinationType(DeliveryDestinationType deliveryDestinationType)

      The destination type for the customer-managed destination.

      Parameters:
      deliveryDestinationType - The destination type for the customer-managed destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the customer-managed destination.

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

      The Amazon Resource Name (ARN) of the delivery destination role.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the delivery destination role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateDestinationRequest.Builder clientToken(String 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.
    • description

      CreateDestinationRequest.Builder description(String description)

      The description of the customer-managed destination.

      Parameters:
      description - The description of the customer-managed destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Deprecated.
      Tags have been deprecated from this api

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

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

      CreateDestinationRequest.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.