Interface ExportReference.Builder

  • Method Details

    • 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.
    • exportStatus

      default ExportReference.Builder exportStatus(Consumer<ExportStatus.Builder> exportStatus)

      The status of this specific data export.

      This is a convenience method that creates an instance of the ExportStatus.Builder avoiding the need to create one manually via ExportStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to exportStatus(ExportStatus).

      Parameters:
      exportStatus - a consumer that will call methods on ExportStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: