Interface ExportReference.Builder

    • Method Detail

      • exportArn

        ExportReference.Builder exportArn​(String exportArn)

        The Amazon Resource Name (ARN) for this export.

        Parameters:
        exportArn - The Amazon Resource Name (ARN) for this export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportName

        ExportReference.Builder exportName​(String exportName)

        The name of this specific data export.

        Parameters:
        exportName - The name of this specific data export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportStatus

        ExportReference.Builder exportStatus​(ExportStatus exportStatus)

        The status of this specific data export.

        Parameters:
        exportStatus - The status of this specific data export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.