public static interface DescribeInstanceTypesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInstanceTypesResponse.Builder,DescribeInstanceTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceTypesResponse.Builder |
instanceTypes(Collection<InstanceTypeInfo> instanceTypes)
The instance type.
|
DescribeInstanceTypesResponse.Builder |
instanceTypes(Consumer<InstanceTypeInfo.Builder>... instanceTypes)
The instance type.
|
DescribeInstanceTypesResponse.Builder |
instanceTypes(InstanceTypeInfo... instanceTypes)
The instance type.
|
DescribeInstanceTypesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceTypesResponse.Builder instanceTypes(Collection<InstanceTypeInfo> instanceTypes)
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
instanceTypes - The instance type. For more information, see Instance types in
the Amazon EC2 User Guide.DescribeInstanceTypesResponse.Builder instanceTypes(InstanceTypeInfo... instanceTypes)
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
instanceTypes - The instance type. For more information, see Instance types in
the Amazon EC2 User Guide.DescribeInstanceTypesResponse.Builder instanceTypes(Consumer<InstanceTypeInfo.Builder>... instanceTypes)
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#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) DescribeInstanceTypesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.