Interface ImageReplicationStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageReplicationStatus.Builder,ImageReplicationStatus>, SdkBuilder<ImageReplicationStatus.Builder,ImageReplicationStatus>, SdkPojo
Enclosing class:
ImageReplicationStatus

public static interface ImageReplicationStatus.Builder extends SdkPojo, CopyableBuilder<ImageReplicationStatus.Builder,ImageReplicationStatus>
  • Method Details

    • region

      The destination Region for the image replication.

      Parameters:
      region - The destination Region for the image replication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryId

      ImageReplicationStatus.Builder registryId(String registryId)

      The Amazon Web Services account ID associated with the registry to which the image belongs.

      Parameters:
      registryId - The Amazon Web Services account ID associated with the registry to which the image belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The image replication status.

      Parameters:
      status - The image replication status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The image replication status.

      Parameters:
      status - The image replication status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureCode

      ImageReplicationStatus.Builder failureCode(String failureCode)

      The failure code for a replication that has failed.

      Parameters:
      failureCode - The failure code for a replication that has failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.