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) |
GetReplicationJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetReplicationJobsRequest.Builder |
replicationJobId(String replicationJobId)
The identifier of the replication job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderGetReplicationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.