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