Interface DescribeInstanceTypesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeInstanceTypesResponse.Builder,,DescribeInstanceTypesResponse> Ec2Response.Builder,SdkBuilder<DescribeInstanceTypesResponse.Builder,,DescribeInstanceTypesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeInstanceTypesResponse
@Mutable
@NotThreadSafe
public static interface DescribeInstanceTypesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInstanceTypesResponse.Builder,DescribeInstanceTypesResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceTypes(Collection<InstanceTypeInfo> instanceTypes) The instance type.instanceTypes(Consumer<InstanceTypeInfo.Builder>... instanceTypes) The instance type.instanceTypes(InstanceTypeInfo... instanceTypes) The instance type.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
instanceTypes
The instance type.
- Parameters:
instanceTypes- The instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
The instance type.
- Parameters:
instanceTypes- The instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypes
DescribeInstanceTypesResponse.Builder instanceTypes(Consumer<InstanceTypeInfo.Builder>... instanceTypes) The instance type.
This is a convenience method that creates an instance of theInstanceTypeInfo.Builderavoiding the need to create one manually viaInstanceTypeInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinstanceTypes(List<InstanceTypeInfo>).- Parameters:
instanceTypes- a consumer that will call methods onInstanceTypeInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-