public static interface ListEnvironmentVpcsRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentVpcsRequest.Builder,ListEnvironmentVpcsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentVpcsRequest.Builder |
environmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
ListEnvironmentVpcsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListEnvironmentVpcsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListEnvironmentVpcsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentVpcsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentVpcsRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier - The ID of the environment.ListEnvironmentVpcsRequest.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.ListEnvironmentVpcsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListEnvironmentVpcsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentVpcsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.