Interface DescribeInstanceTypeOfferingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeInstanceTypeOfferingsResponse.Builder,,DescribeInstanceTypeOfferingsResponse> Ec2Response.Builder,SdkBuilder<DescribeInstanceTypeOfferingsResponse.Builder,,DescribeInstanceTypeOfferingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeInstanceTypeOfferingsResponse
@Mutable
@NotThreadSafe
public static interface DescribeInstanceTypeOfferingsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInstanceTypeOfferingsResponse.Builder,DescribeInstanceTypeOfferingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceTypeOfferings(Collection<InstanceTypeOffering> instanceTypeOfferings) The instance types offered in the location.instanceTypeOfferings(Consumer<InstanceTypeOffering.Builder>... instanceTypeOfferings) The instance types offered in the location.instanceTypeOfferings(InstanceTypeOffering... instanceTypeOfferings) The instance types offered in the location.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
-
instanceTypeOfferings
DescribeInstanceTypeOfferingsResponse.Builder instanceTypeOfferings(Collection<InstanceTypeOffering> instanceTypeOfferings) The instance types offered in the location.
- Parameters:
instanceTypeOfferings- The instance types offered in the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypeOfferings
DescribeInstanceTypeOfferingsResponse.Builder instanceTypeOfferings(InstanceTypeOffering... instanceTypeOfferings) The instance types offered in the location.
- Parameters:
instanceTypeOfferings- The instance types offered in the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceTypeOfferings
DescribeInstanceTypeOfferingsResponse.Builder instanceTypeOfferings(Consumer<InstanceTypeOffering.Builder>... instanceTypeOfferings) The instance types offered in the location.
This is a convenience method that creates an instance of theInstanceTypeOffering.Builderavoiding the need to create one manually viaInstanceTypeOffering.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinstanceTypeOfferings(List<InstanceTypeOffering>).- Parameters:
instanceTypeOfferings- a consumer that will call methods onInstanceTypeOffering.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.
-