Interface GetReportDefinitionResponse.Builder

    • Method Detail

      • reportId

        GetReportDefinitionResponse.Builder reportId​(String reportId)

        ID of the report retrieved.

        Parameters:
        reportId - ID of the report retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reportDescription

        GetReportDefinitionResponse.Builder reportDescription​(String reportDescription)

        Description of the report.

        Parameters:
        reportDescription - Description of the report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • format

        GetReportDefinitionResponse.Builder format​(String format)

        Format of the generated report.

        Parameters:
        format - Format of the generated report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format
      • format

        GetReportDefinitionResponse.Builder format​(Format format)

        Format of the generated report.

        Parameters:
        format - Format of the generated report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Format, Format
      • destinationS3Location

        GetReportDefinitionResponse.Builder destinationS3Location​(S3Location destinationS3Location)

        Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.

        Parameters:
        destinationS3Location - Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetReportDefinitionResponse.Builder createdAt​(Instant createdAt)

        Timestamp (milliseconds) when this report definition was created.

        Parameters:
        createdAt - Timestamp (milliseconds) when this report definition was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdated

        GetReportDefinitionResponse.Builder lastUpdated​(Instant lastUpdated)

        Timestamp (milliseconds) when this report definition was last updated.

        Parameters:
        lastUpdated - Timestamp (milliseconds) when this report definition was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.