Interface DescribeFleetsRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>,SdkBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFleetsRequest
public static interface DescribeFleetsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFleetsRequest.Buildernames(String... names)The names of the fleets to describe.DescribeFleetsRequest.Buildernames(Collection<String> names)The names of the fleets to describe.DescribeFleetsRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.DescribeFleetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFleetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
names
DescribeFleetsRequest.Builder names(Collection<String> names)
The names of the fleets to describe.
- Parameters:
names- The names of the fleets to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
DescribeFleetsRequest.Builder names(String... names)
The names of the fleets to describe.
- Parameters:
names- The names of the fleets to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeFleetsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFleetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFleetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-