Interface UpdateDataSetResponse.Builder

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

public static interface UpdateDataSetResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataSetResponse.Builder,UpdateDataSetResponse>
  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the dataset.

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

      UpdateDataSetResponse.Builder dataSetId(String dataSetId)

      The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

      Parameters:
      dataSetId - The ID for the dataset that you want to create. 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.
    • ingestionArn

      UpdateDataSetResponse.Builder ingestionArn(String ingestionArn)

      The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

      Parameters:
      ingestionArn - The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestionId

      UpdateDataSetResponse.Builder ingestionId(String ingestionId)

      The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

      Parameters:
      ingestionId - The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      UpdateDataSetResponse.Builder requestId(String 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.