public static interface GetReplicationRunsRequest.Builder extends SmsRequest.Builder, CopyableBuilder<GetReplicationRunsRequest.Builder,GetReplicationRunsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetReplicationRunsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
GetReplicationRunsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
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)
Sets the value of the ReplicationJobId property for this object.
|
buildoverrideConfigurationcopyapplyMutation, buildGetReplicationRunsRequest.Builder replicationJobId(String replicationJobId)
replicationJobId - The new value for the ReplicationJobId property for this object.GetReplicationRunsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.GetReplicationRunsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.GetReplicationRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetReplicationRunsRequest.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.