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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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 #replicationJobList(List.
replicationJobList - a consumer that will call methods on
ReplicationJob.Builder#replicationJobList(java.util.Collection) 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 © 2023. All rights reserved.