Interface GetReplicationRunsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetReplicationRunsResponse.Builder,GetReplicationRunsResponse>,SdkBuilder<GetReplicationRunsResponse.Builder,GetReplicationRunsResponse>,SdkPojo,SdkResponse.Builder,SmsResponse.Builder
- Enclosing class:
- GetReplicationRunsResponse
public static interface GetReplicationRunsResponse.Builder extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetReplicationRunsResponse.Builder,GetReplicationRunsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetReplicationRunsResponse.BuildernextToken(String nextToken)The token required to retrieve the next set of results.default GetReplicationRunsResponse.BuilderreplicationJob(Consumer<ReplicationJob.Builder> replicationJob)Information about the replication job.GetReplicationRunsResponse.BuilderreplicationJob(ReplicationJob replicationJob)Information about the replication job.GetReplicationRunsResponse.BuilderreplicationRunList(Collection<ReplicationRun> replicationRunList)Information about the replication runs.GetReplicationRunsResponse.BuilderreplicationRunList(Consumer<ReplicationRun.Builder>... replicationRunList)Information about the replication runs.GetReplicationRunsResponse.BuilderreplicationRunList(ReplicationRun... replicationRunList)Information about the replication runs.-
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
-
replicationJob
GetReplicationRunsResponse.Builder replicationJob(ReplicationJob replicationJob)
Information about the replication job.
- Parameters:
replicationJob- Information about the replication job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationJob
default GetReplicationRunsResponse.Builder replicationJob(Consumer<ReplicationJob.Builder> replicationJob)
Information about the replication job.
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 toreplicationJob(ReplicationJob).- Parameters:
replicationJob- 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:
replicationJob(ReplicationJob)
-
replicationRunList
GetReplicationRunsResponse.Builder replicationRunList(Collection<ReplicationRun> replicationRunList)
Information about the replication runs.
- Parameters:
replicationRunList- Information about the replication runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationRunList
GetReplicationRunsResponse.Builder replicationRunList(ReplicationRun... replicationRunList)
Information about the replication runs.
- Parameters:
replicationRunList- Information about the replication runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationRunList
GetReplicationRunsResponse.Builder replicationRunList(Consumer<ReplicationRun.Builder>... replicationRunList)
Information about the replication runs.
This is a convenience method that creates an instance of theReplicationRun.Builderavoiding the need to create one manually viaReplicationRun.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#replicationRunList(List.) - Parameters:
replicationRunList- a consumer that will call methods onReplicationRun.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#replicationRunList(java.util.Collection)
-
nextToken
GetReplicationRunsResponse.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.
-
-