public static interface ReplicationRun.Builder extends CopyableBuilder<ReplicationRun.Builder,ReplicationRun>
Modifier and Type | Method and Description |
---|---|
ReplicationRun.Builder |
amiId(String amiId)
Sets the value of the AmiId property for this object.
|
ReplicationRun.Builder |
completedTime(Instant completedTime)
Sets the value of the CompletedTime property for this object.
|
ReplicationRun.Builder |
description(String description)
Sets the value of the Description property for this object.
|
ReplicationRun.Builder |
replicationRunId(String replicationRunId)
Sets the value of the ReplicationRunId property for this object.
|
ReplicationRun.Builder |
scheduledStartTime(Instant scheduledStartTime)
Sets the value of the ScheduledStartTime property for this object.
|
ReplicationRun.Builder |
state(ReplicationRunState state)
Sets the value of the State property for this object.
|
ReplicationRun.Builder |
state(String state)
Sets the value of the State property for this object.
|
ReplicationRun.Builder |
statusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object.
|
ReplicationRun.Builder |
type(ReplicationRunType type)
Sets the value of the Type property for this object.
|
ReplicationRun.Builder |
type(String type)
Sets the value of the Type property for this object.
|
copy
applyMutation, build
ReplicationRun.Builder replicationRunId(String replicationRunId)
replicationRunId
- The new value for the ReplicationRunId property for this object.ReplicationRun.Builder state(String state)
state
- The new value for the State property for this object.ReplicationRunState
,
ReplicationRunState
ReplicationRun.Builder state(ReplicationRunState state)
state
- The new value for the State property for this object.ReplicationRunState
,
ReplicationRunState
ReplicationRun.Builder type(String type)
type
- The new value for the Type property for this object.ReplicationRunType
,
ReplicationRunType
ReplicationRun.Builder type(ReplicationRunType type)
type
- The new value for the Type property for this object.ReplicationRunType
,
ReplicationRunType
ReplicationRun.Builder statusMessage(String statusMessage)
statusMessage
- The new value for the StatusMessage property for this object.ReplicationRun.Builder amiId(String amiId)
amiId
- The new value for the AmiId property for this object.ReplicationRun.Builder scheduledStartTime(Instant scheduledStartTime)
scheduledStartTime
- The new value for the ScheduledStartTime property for this object.ReplicationRun.Builder completedTime(Instant completedTime)
completedTime
- The new value for the CompletedTime property for this object.ReplicationRun.Builder description(String description)
description
- The new value for the Description property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.