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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetReplicationRunsResponse.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 method 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.BuilderreplicationJob(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 method that creates an instance of theReplicationRun.Builder avoiding the need to create one
manually via ReplicationRun.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #replicationRunList(List.
replicationRunList - a consumer that will call methods on
ReplicationRun.Builder#replicationRunList(java.util.Collection) 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 © 2022. All rights reserved.