Interface CreateDataSourceResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the data source.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSourceId

      CreateDataSourceResponse.Builder dataSourceId(String dataSourceId)

      The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

      Parameters:
      dataSourceId - The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationStatus

      CreateDataSourceResponse.Builder creationStatus(String creationStatus)

      The status of creating the data source.

      Parameters:
      creationStatus - The status of creating the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationStatus

      CreateDataSourceResponse.Builder creationStatus(ResourceStatus creationStatus)

      The status of creating the data source.

      Parameters:
      creationStatus - The status of creating the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • requestId

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.