Interface DescribeStacksRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>,SdkBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeStacksRequest
public static interface DescribeStacksRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeStacksRequest.Builder,DescribeStacksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStacksRequest.Buildernames(String... names)The names of the stacks to describe.DescribeStacksRequest.Buildernames(Collection<String> names)The names of the stacks to describe.DescribeStacksRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.DescribeStacksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStacksRequest.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
DescribeStacksRequest.Builder names(Collection<String> names)
The names of the stacks to describe.
- Parameters:
names- The names of the stacks to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
DescribeStacksRequest.Builder names(String... names)
The names of the stacks to describe.
- Parameters:
names- The names of the stacks to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeStacksRequest.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
DescribeStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeStacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-