Interface DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder
- All Superinterfaces:
AppStreamResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder,
,DescribeAppBlockBuilderAppBlockAssociationsResponse> SdkBuilder<DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder,
,DescribeAppBlockBuilderAppBlockAssociationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAppBlockBuilderAppBlockAssociationsResponse
public static interface DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder
extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder,DescribeAppBlockBuilderAppBlockAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionappBlockBuilderAppBlockAssociations
(Collection<AppBlockBuilderAppBlockAssociation> appBlockBuilderAppBlockAssociations) This list of app block builders associated with app blocks.appBlockBuilderAppBlockAssociations
(Consumer<AppBlockBuilderAppBlockAssociation.Builder>... appBlockBuilderAppBlockAssociations) This list of app block builders associated with app blocks.appBlockBuilderAppBlockAssociations
(AppBlockBuilderAppBlockAssociation... appBlockBuilderAppBlockAssociations) This list of app block builders associated with app blocks.The pagination token used to retrieve the next page of results for this operation.Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
appBlockBuilderAppBlockAssociations
DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder appBlockBuilderAppBlockAssociations(Collection<AppBlockBuilderAppBlockAssociation> appBlockBuilderAppBlockAssociations) This list of app block builders associated with app blocks.
- Parameters:
appBlockBuilderAppBlockAssociations
- This list of app block builders associated with app blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderAppBlockAssociations
DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder appBlockBuilderAppBlockAssociations(AppBlockBuilderAppBlockAssociation... appBlockBuilderAppBlockAssociations) This list of app block builders associated with app blocks.
- Parameters:
appBlockBuilderAppBlockAssociations
- This list of app block builders associated with app blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderAppBlockAssociations
DescribeAppBlockBuilderAppBlockAssociationsResponse.Builder appBlockBuilderAppBlockAssociations(Consumer<AppBlockBuilderAppBlockAssociation.Builder>... appBlockBuilderAppBlockAssociations) This list of app block builders associated with app blocks.
This is a convenience method that creates an instance of theAppBlockBuilderAppBlockAssociation.Builder
avoiding the need to create one manually viaAppBlockBuilderAppBlockAssociation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappBlockBuilderAppBlockAssociations(List<AppBlockBuilderAppBlockAssociation>)
.- Parameters:
appBlockBuilderAppBlockAssociations
- a consumer that will call methods onAppBlockBuilderAppBlockAssociation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-