public static interface GetReplicationJobsRequest.Builder extends SMSRequest.Builder, CopyableBuilder<GetReplicationJobsRequest.Builder,GetReplicationJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetReplicationJobsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
GetReplicationJobsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
GetReplicationJobsRequest.Builder |
replicationJobId(String replicationJobId)
Sets the value of the ReplicationJobId property for this object.
|
GetReplicationJobsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetReplicationJobsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetReplicationJobsRequest.Builder replicationJobId(String replicationJobId)
replicationJobId - The new value for the ReplicationJobId property for this object.GetReplicationJobsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.GetReplicationJobsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.GetReplicationJobsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetReplicationJobsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.