public static interface GetReplicationRunsRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<GetReplicationRunsRequest.Builder,GetReplicationRunsRequest>
Modifier and Type | Method and Description |
---|---|
GetReplicationRunsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
GetReplicationRunsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
GetReplicationRunsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetReplicationRunsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetReplicationRunsRequest.Builder |
replicationJobId(String replicationJobId)
The identifier of the replication job.
|
build
overrideConfiguration
copy
applyMutation, build
GetReplicationRunsRequest.Builder replicationJobId(String replicationJobId)
The identifier of the replication job.
replicationJobId
- The identifier of the replication job.GetReplicationRunsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.GetReplicationRunsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken
value.
maxResults
- The maximum number of results to return in a single call. The default value is 50. To retrieve the
remaining results, make another call with the returned NextToken
value.GetReplicationRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetReplicationRunsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.