public static interface GetInstanceTypesFromInstanceRequirementsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetInstanceTypesFromInstanceRequirementsResponse.Builder,GetInstanceTypesFromInstanceRequirementsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInstanceTypesFromInstanceRequirementsResponse.Builder |
instanceTypes(Collection<InstanceTypeInfoFromInstanceRequirements> instanceTypes)
The instance types with the specified instance attributes.
|
GetInstanceTypesFromInstanceRequirementsResponse.Builder |
instanceTypes(Consumer<InstanceTypeInfoFromInstanceRequirements.Builder>... instanceTypes)
The instance types with the specified instance attributes.
|
GetInstanceTypesFromInstanceRequirementsResponse.Builder |
instanceTypes(InstanceTypeInfoFromInstanceRequirements... instanceTypes)
The instance types with the specified instance attributes.
|
GetInstanceTypesFromInstanceRequirementsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInstanceTypesFromInstanceRequirementsResponse.Builder instanceTypes(Collection<InstanceTypeInfoFromInstanceRequirements> instanceTypes)
The instance types with the specified instance attributes.
instanceTypes - The instance types with the specified instance attributes.GetInstanceTypesFromInstanceRequirementsResponse.Builder instanceTypes(InstanceTypeInfoFromInstanceRequirements... instanceTypes)
The instance types with the specified instance attributes.
instanceTypes - The instance types with the specified instance attributes.GetInstanceTypesFromInstanceRequirementsResponse.Builder instanceTypes(Consumer<InstanceTypeInfoFromInstanceRequirements.Builder>... instanceTypes)
The instance types with the specified instance attributes.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build()
is called immediately and its result is passed to #instanceTypes(List) .instanceTypes - a consumer that will call methods on List.Builder #instanceTypes(List) GetInstanceTypesFromInstanceRequirementsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.Copyright © 2021. All rights reserved.