public static interface GetReplicationRunsResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetReplicationRunsResponse.Builder,GetReplicationRunsResponse>
Modifier and Type | Method and Description |
---|---|
GetReplicationRunsResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
default GetReplicationRunsResponse.Builder |
replicationJob(Consumer<ReplicationJob.Builder> replicationJob)
Information about the replication job.
|
GetReplicationRunsResponse.Builder |
replicationJob(ReplicationJob replicationJob)
Information about the replication job.
|
GetReplicationRunsResponse.Builder |
replicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
|
GetReplicationRunsResponse.Builder |
replicationRunList(Consumer<ReplicationRun.Builder>... replicationRunList)
Information about the replication runs.
|
GetReplicationRunsResponse.Builder |
replicationRunList(ReplicationRun... replicationRunList)
Information about the replication runs.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetReplicationRunsResponse.Builder replicationJob(ReplicationJob replicationJob)
Information about the replication job.
replicationJob
- Information about the replication job.default GetReplicationRunsResponse.Builder replicationJob(Consumer<ReplicationJob.Builder> replicationJob)
Information about the replication job.
This is a convenience that creates an instance of theReplicationJob.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.Builder
replicationJob(ReplicationJob)
GetReplicationRunsResponse.Builder replicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
replicationRunList
- Information about the replication runs.GetReplicationRunsResponse.Builder replicationRunList(ReplicationRun... replicationRunList)
Information about the replication runs.
replicationRunList
- Information about the replication runs.GetReplicationRunsResponse.Builder replicationRunList(Consumer<ReplicationRun.Builder>... replicationRunList)
Information about the replication runs.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #replicationRunList(List)
.replicationRunList
- a consumer that will call methods on List.Builder
#replicationRunList(List)
GetReplicationRunsResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null when there are no more results to return.
nextToken
- The token required to retrieve the next set of results. This value is null when there are no more
results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.