Interface GetReplicationJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetReplicationJobsResponse.Builder,GetReplicationJobsResponse>,SdkBuilder<GetReplicationJobsResponse.Builder,GetReplicationJobsResponse>,SdkPojo,SdkResponse.Builder,SmsResponse.Builder
- Enclosing class:
- GetReplicationJobsResponse
public static interface GetReplicationJobsResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetReplicationJobsResponse.Builder,GetReplicationJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetReplicationJobsResponse.BuildernextToken(String nextToken)The token required to retrieve the next set of results.GetReplicationJobsResponse.BuilderreplicationJobList(Collection<ReplicationJob> replicationJobList)Information about the replication jobs.GetReplicationJobsResponse.BuilderreplicationJobList(Consumer<ReplicationJob.Builder>... replicationJobList)Information about the replication jobs.GetReplicationJobsResponse.BuilderreplicationJobList(ReplicationJob... replicationJobList)Information about the replication jobs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sms.model.SmsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
replicationJobList
GetReplicationJobsResponse.Builder replicationJobList(Collection<ReplicationJob> replicationJobList)
Information about the replication jobs.
- Parameters:
replicationJobList- Information about the replication jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationJobList
GetReplicationJobsResponse.Builder replicationJobList(ReplicationJob... replicationJobList)
Information about the replication jobs.
- Parameters:
replicationJobList- Information about the replication jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationJobList
GetReplicationJobsResponse.Builder replicationJobList(Consumer<ReplicationJob.Builder>... replicationJobList)
Information about the replication jobs.
This is a convenience method that creates an instance of theReplicationJob.Builderavoiding the need to create one manually viaReplicationJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#replicationJobList(List.) - Parameters:
replicationJobList- a consumer that will call methods onReplicationJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#replicationJobList(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- The token required to retrieve the next set of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-