public static interface ListEnvironmentVpcsResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentVpcsResponse.Builder,ListEnvironmentVpcsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentVpcsResponse.Builder |
environmentVpcList(Collection<EnvironmentVpc> environmentVpcList)
The list of
EnvironmentVpc objects. |
ListEnvironmentVpcsResponse.Builder |
environmentVpcList(Consumer<EnvironmentVpc.Builder>... environmentVpcList)
The list of
EnvironmentVpc objects. |
ListEnvironmentVpcsResponse.Builder |
environmentVpcList(EnvironmentVpc... environmentVpcList)
The list of
EnvironmentVpc objects. |
ListEnvironmentVpcsResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentVpcsResponse.Builder environmentVpcList(Collection<EnvironmentVpc> environmentVpcList)
The list of EnvironmentVpc objects.
environmentVpcList - The list of EnvironmentVpc objects.ListEnvironmentVpcsResponse.Builder environmentVpcList(EnvironmentVpc... environmentVpcList)
The list of EnvironmentVpc objects.
environmentVpcList - The list of EnvironmentVpc objects.ListEnvironmentVpcsResponse.Builder environmentVpcList(Consumer<EnvironmentVpc.Builder>... environmentVpcList)
The list of EnvironmentVpc objects.
EnvironmentVpc.Builder avoiding the
need to create one manually via
EnvironmentVpc.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #environmentVpcList(List.
environmentVpcList - a consumer that will call methods on
EnvironmentVpc.Builder#environmentVpcList(java.util.Collection) ListEnvironmentVpcsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2022. All rights reserved.