public static interface ListRoutesRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<ListRoutesRequest.Builder,ListRoutesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRoutesRequest.Builder |
applicationIdentifier(String applicationIdentifier)
The ID of the application.
|
ListRoutesRequest.Builder |
environmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
ListRoutesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListRoutesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListRoutesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRoutesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRoutesRequest.Builder applicationIdentifier(String applicationIdentifier)
The ID of the application.
applicationIdentifier - The ID of the application.ListRoutesRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier - The ID of the environment.ListRoutesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListRoutesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListRoutesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.