public static interface GetReplicationJobsRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<GetReplicationJobsRequest.Builder,GetReplicationJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetReplicationJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
GetReplicationJobsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
GetReplicationJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetReplicationJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetReplicationJobsRequest.Builder |
replicationJobId(String replicationJobId)
The identifier of the replication job.
|
buildoverrideConfigurationcopyapplyMutation, buildGetReplicationJobsRequest.Builder replicationJobId(String replicationJobId)
The identifier of the replication job.
replicationJobId - The identifier of the replication job.GetReplicationJobsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.GetReplicationJobsRequest.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.GetReplicationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetReplicationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.