Interface ListEnvironmentVpcsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEnvironmentVpcsResponse.Builder,ListEnvironmentVpcsResponse>,MigrationHubRefactorSpacesResponse.Builder,SdkBuilder<ListEnvironmentVpcsResponse.Builder,ListEnvironmentVpcsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEnvironmentVpcsResponse
public static interface ListEnvironmentVpcsResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentVpcsResponse.Builder,ListEnvironmentVpcsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEnvironmentVpcsResponse.BuilderenvironmentVpcList(Collection<EnvironmentVpc> environmentVpcList)The list ofEnvironmentVpcobjects.ListEnvironmentVpcsResponse.BuilderenvironmentVpcList(Consumer<EnvironmentVpc.Builder>... environmentVpcList)The list ofEnvironmentVpcobjects.ListEnvironmentVpcsResponse.BuilderenvironmentVpcList(EnvironmentVpc... environmentVpcList)The list ofEnvironmentVpcobjects.ListEnvironmentVpcsResponse.BuildernextToken(String nextToken)The token for the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
environmentVpcList
ListEnvironmentVpcsResponse.Builder environmentVpcList(Collection<EnvironmentVpc> environmentVpcList)
The list of
EnvironmentVpcobjects.- Parameters:
environmentVpcList- The list ofEnvironmentVpcobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentVpcList
ListEnvironmentVpcsResponse.Builder environmentVpcList(EnvironmentVpc... environmentVpcList)
The list of
EnvironmentVpcobjects.- Parameters:
environmentVpcList- The list ofEnvironmentVpcobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentVpcList
ListEnvironmentVpcsResponse.Builder environmentVpcList(Consumer<EnvironmentVpc.Builder>... environmentVpcList)
The list of
This is a convenience method that creates an instance of theEnvironmentVpcobjects.EnvironmentVpc.Builderavoiding the need to create one manually viaEnvironmentVpc.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#environmentVpcList(List.) - Parameters:
environmentVpcList- a consumer that will call methods onEnvironmentVpc.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#environmentVpcList(java.util.Collection)
-
nextToken
ListEnvironmentVpcsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
- Parameters:
nextToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-