public static interface GetReplicationJobsResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetReplicationJobsResponse.Builder,GetReplicationJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetReplicationJobsResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
GetReplicationJobsResponse.Builder |
replicationJobList(Collection<ReplicationJob> replicationJobList)
Information about the replication jobs.
|
GetReplicationJobsResponse.Builder |
replicationJobList(Consumer<ReplicationJob.Builder>... replicationJobList)
Information about the replication jobs.
|
GetReplicationJobsResponse.Builder |
replicationJobList(ReplicationJob... replicationJobList)
Information about the replication jobs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetReplicationJobsResponse.Builder replicationJobList(Collection<ReplicationJob> replicationJobList)
Information about the replication jobs.
replicationJobList - Information about the replication jobs.GetReplicationJobsResponse.Builder replicationJobList(ReplicationJob... replicationJobList)
Information about the replication jobs.
replicationJobList - Information about the replication jobs.GetReplicationJobsResponse.Builder replicationJobList(Consumer<ReplicationJob.Builder>... replicationJobList)
Information about the replication jobs.
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 #replicationJobList(List) .replicationJobList - a consumer that will call methods on List.Builder #replicationJobList(List) GetReplicationJobsResponse.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.