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