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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageReplicationStatus.BuilderfailureCode(String failureCode)The failure code for a replication that has failed.ImageReplicationStatus.Builderregion(String region)The destination Region for the image replication.ImageReplicationStatus.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry to which the image belongs.ImageReplicationStatus.Builderstatus(String status)The image replication status.ImageReplicationStatus.Builderstatus(ReplicationStatus status)The image replication status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
region
ImageReplicationStatus.Builder region(String 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
ImageReplicationStatus.Builder status(String 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:
ReplicationStatus,ReplicationStatus
-
status
ImageReplicationStatus.Builder status(ReplicationStatus 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:
ReplicationStatus,ReplicationStatus
-
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.
-
-