Interface GetIngestionDestinationRequest.Builder

  • Method Details

    • appBundleIdentifier

      GetIngestionDestinationRequest.Builder appBundleIdentifier(String appBundleIdentifier)

      The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

      Parameters:
      appBundleIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestionIdentifier

      GetIngestionDestinationRequest.Builder ingestionIdentifier(String ingestionIdentifier)

      The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.

      Parameters:
      ingestionIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestionDestinationIdentifier

      GetIngestionDestinationRequest.Builder ingestionDestinationIdentifier(String ingestionDestinationIdentifier)

      The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.

      Parameters:
      ingestionDestinationIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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