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(Consumer<ReplicationJob.Builder>... 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetReplicationJobsResponse.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 replicationJobList(Consumer<ReplicationJob.Builder>... replicationJobList)
List.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)
nextToken
- The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.