Interface DescribeSpotFleetRequestsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeSpotFleetRequestsResponse.Builder,,- DescribeSpotFleetRequestsResponse> - Ec2Response.Builder,- SdkBuilder<DescribeSpotFleetRequestsResponse.Builder,,- DescribeSpotFleetRequestsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeSpotFleetRequestsResponse
@Mutable
@NotThreadSafe
public static interface DescribeSpotFleetRequestsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSpotFleetRequestsResponse.Builder,DescribeSpotFleetRequestsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.spotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs) Information about the configuration of your Spot Fleet.spotFleetRequestConfigs(Consumer<SpotFleetRequestConfig.Builder>... spotFleetRequestConfigs) Information about the configuration of your Spot Fleet.spotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs) Information about the configuration of your Spot Fleet.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.
 
- 
spotFleetRequestConfigsDescribeSpotFleetRequestsResponse.Builder spotFleetRequestConfigs(Collection<SpotFleetRequestConfig> spotFleetRequestConfigs) Information about the configuration of your Spot Fleet. - Parameters:
- spotFleetRequestConfigs- Information about the configuration of your Spot Fleet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spotFleetRequestConfigsDescribeSpotFleetRequestsResponse.Builder spotFleetRequestConfigs(SpotFleetRequestConfig... spotFleetRequestConfigs) Information about the configuration of your Spot Fleet. - Parameters:
- spotFleetRequestConfigs- Information about the configuration of your Spot Fleet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spotFleetRequestConfigsDescribeSpotFleetRequestsResponse.Builder spotFleetRequestConfigs(Consumer<SpotFleetRequestConfig.Builder>... spotFleetRequestConfigs) Information about the configuration of your Spot Fleet. This is a convenience method that creates an instance of theSpotFleetRequestConfig.Builderavoiding the need to create one manually viaSpotFleetRequestConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tospotFleetRequestConfigs(List<SpotFleetRequestConfig>).- Parameters:
- spotFleetRequestConfigs- a consumer that will call methods on- SpotFleetRequestConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-