Interface SubmitRegistrationVersionResponse.Builder

  • Method Details

    • registrationArn

      SubmitRegistrationVersionResponse.Builder registrationArn(String registrationArn)

      The Amazon Resource Name (ARN) for the registration.

      Parameters:
      registrationArn - The Amazon Resource Name (ARN) for the registration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrationId

      SubmitRegistrationVersionResponse.Builder registrationId(String registrationId)

      The unique identifier for the registration.

      Parameters:
      registrationId - The unique identifier for the registration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionNumber

      SubmitRegistrationVersionResponse.Builder versionNumber(Long versionNumber)

      The version number of the registration.

      Parameters:
      versionNumber - The version number of the registration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrationVersionStatus

      SubmitRegistrationVersionResponse.Builder registrationVersionStatus(String registrationVersionStatus)

      The status of the registration version.

      • APPROVED: Your registration has been approved.

      • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

      • DENIED: You must fix your registration and resubmit it.

      • DISCARDED: You've abandon this version of their registration to start over with a new version.

      • DRAFT: The initial status of a registration version after it’s created.

      • REQUIRES_AUTHENTICATION: You need to complete email authentication.

      • REVIEWING: Your registration has been accepted and is being reviewed.

      • REVOKED: Your previously approved registration has been revoked.

      • SUBMITTED: Your registration has been submitted.

      Parameters:
      registrationVersionStatus - The status of the registration version.

      • APPROVED: Your registration has been approved.

      • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

      • DENIED: You must fix your registration and resubmit it.

      • DISCARDED: You've abandon this version of their registration to start over with a new version.

      • DRAFT: The initial status of a registration version after it’s created.

      • REQUIRES_AUTHENTICATION: You need to complete email authentication.

      • REVIEWING: Your registration has been accepted and is being reviewed.

      • REVOKED: Your previously approved registration has been revoked.

      • SUBMITTED: Your registration has been submitted.

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

      SubmitRegistrationVersionResponse.Builder registrationVersionStatus(RegistrationVersionStatus registrationVersionStatus)

      The status of the registration version.

      • APPROVED: Your registration has been approved.

      • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

      • DENIED: You must fix your registration and resubmit it.

      • DISCARDED: You've abandon this version of their registration to start over with a new version.

      • DRAFT: The initial status of a registration version after it’s created.

      • REQUIRES_AUTHENTICATION: You need to complete email authentication.

      • REVIEWING: Your registration has been accepted and is being reviewed.

      • REVOKED: Your previously approved registration has been revoked.

      • SUBMITTED: Your registration has been submitted.

      Parameters:
      registrationVersionStatus - The status of the registration version.

      • APPROVED: Your registration has been approved.

      • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

      • DENIED: You must fix your registration and resubmit it.

      • DISCARDED: You've abandon this version of their registration to start over with a new version.

      • DRAFT: The initial status of a registration version after it’s created.

      • REQUIRES_AUTHENTICATION: You need to complete email authentication.

      • REVIEWING: Your registration has been accepted and is being reviewed.

      • REVOKED: Your previously approved registration has been revoked.

      • SUBMITTED: Your registration has been submitted.

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

      SubmitRegistrationVersionResponse.Builder registrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)

      The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.

      Parameters:
      registrationVersionStatusHistory - The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registrationVersionStatusHistory

      default SubmitRegistrationVersionResponse.Builder registrationVersionStatusHistory(Consumer<RegistrationVersionStatusHistory.Builder> registrationVersionStatusHistory)

      The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.

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

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

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