Interface CreateDataSetResponse.Builder

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

public static interface CreateDataSetResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateDataSetResponse.Builder,CreateDataSetResponse>
  • 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

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

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

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

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