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 method that creates an instance of theInstanceTypeInfoFromInstanceRequirements.Builder avoiding
the need to create one manually via
InstanceTypeInfoFromInstanceRequirements.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #instanceTypes(List.
instanceTypes - a consumer that will call methods on
InstanceTypeInfoFromInstanceRequirements.Builder#instanceTypes(java.util.Collection) GetInstanceTypesFromInstanceRequirementsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.Copyright © 2023. All rights reserved.