public static interface GetReplicationRunsResponse.Builder extends SMSResponse.Builder, CopyableBuilder<GetReplicationRunsResponse.Builder,GetReplicationRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetReplicationRunsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
default GetReplicationRunsResponse.Builder |
replicationJob(Consumer<ReplicationJob.Builder> replicationJob)
Sets the value of the ReplicationJob property for this object.
|
GetReplicationRunsResponse.Builder |
replicationJob(ReplicationJob replicationJob)
Sets the value of the ReplicationJob property for this object.
|
GetReplicationRunsResponse.Builder |
replicationRunList(Collection<ReplicationRun> replicationRunList)
Sets the value of the ReplicationRunList property for this object.
|
GetReplicationRunsResponse.Builder |
replicationRunList(ReplicationRun... replicationRunList)
Sets the value of the ReplicationRunList property for this object.
|
buildcopyapply, buildGetReplicationRunsResponse.Builder replicationJob(ReplicationJob replicationJob)
replicationJob - The new value for the ReplicationJob property for this object.default GetReplicationRunsResponse.Builder replicationJob(Consumer<ReplicationJob.Builder> replicationJob)
ReplicationJob.Builder avoiding the need to
create one manually via ReplicationJob.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to replicationJob(ReplicationJob).replicationJob - a consumer that will call methods on ReplicationJob.BuilderreplicationJob(ReplicationJob)GetReplicationRunsResponse.Builder replicationRunList(Collection<ReplicationRun> replicationRunList)
replicationRunList - The new value for the ReplicationRunList property for this object.GetReplicationRunsResponse.Builder replicationRunList(ReplicationRun... replicationRunList)
replicationRunList - The new value for the ReplicationRunList property for this object.GetReplicationRunsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.