Interface DescribeReportCreationResponse.Builder

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

  • Method Details

    • status

      Reports the status of the operation.

      The operation status can be one of the following:

      • RUNNING - Report creation is in progress.

      • SUCCEEDED - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation.

      • FAILED - Report creation timed out or the Amazon S3 bucket is not accessible.

      • NO REPORT - No report was generated in the last 90 days.

      Parameters:
      status - Reports the status of the operation.

      The operation status can be one of the following:

      • RUNNING - Report creation is in progress.

      • SUCCEEDED - Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation.

      • FAILED - Report creation timed out or the Amazon S3 bucket is not accessible.

      • NO REPORT - No report was generated in the last 90 days.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Location

      The path to the Amazon S3 bucket where the report was stored on creation.

      Parameters:
      s3Location - The path to the Amazon S3 bucket where the report was stored on creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      DescribeReportCreationResponse.Builder errorMessage(String errorMessage)

      Details of the common errors that all operations return.

      Parameters:
      errorMessage - Details of the common errors that all operations return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.