public static interface GetReplicationJobsResponse.Builder extends SMSResponse.Builder, CopyableBuilder<GetReplicationJobsResponse.Builder,GetReplicationJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetReplicationJobsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
GetReplicationJobsResponse.Builder |
replicationJobList(Collection<ReplicationJob> replicationJobList)
Sets the value of the ReplicationJobList property for this object.
|
GetReplicationJobsResponse.Builder |
replicationJobList(ReplicationJob... replicationJobList)
Sets the value of the ReplicationJobList property for this object.
|
buildcopyapply, buildGetReplicationJobsResponse.Builder replicationJobList(Collection<ReplicationJob> replicationJobList)
replicationJobList - The new value for the ReplicationJobList property for this object.GetReplicationJobsResponse.Builder replicationJobList(ReplicationJob... replicationJobList)
replicationJobList - The new value for the ReplicationJobList property for this object.GetReplicationJobsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.