Interface DescribeFleetsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeFleetsResponse.Builder,,- DescribeFleetsResponse> - Ec2Response.Builder,- SdkBuilder<DescribeFleetsResponse.Builder,,- DescribeFleetsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeFleetsResponse
@Mutable
@NotThreadSafe
public static interface DescribeFleetsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFleetsResponse.Builder,DescribeFleetsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfleets(Collection<FleetData> fleets) Information about the EC2 Fleets.fleets(Consumer<FleetData.Builder>... fleets) Information about the EC2 Fleets.Information about the EC2 Fleets.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nextTokenThe 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 is- nullwhen there are no more items to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fleetsInformation about the EC2 Fleets. - Parameters:
- fleets- Information about the EC2 Fleets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fleetsInformation about the EC2 Fleets. - Parameters:
- fleets- Information about the EC2 Fleets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fleetsInformation about the EC2 Fleets. This is a convenience method that creates an instance of theFleetData.Builderavoiding the need to create one manually viaFleetData.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofleets(List<FleetData>).- Parameters:
- fleets- a consumer that will call methods on- FleetData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-