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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAppBlockBuilderAppBlockAssociationsResponse.BuilderappBlockBuilderAppBlockAssociations(Collection<AppBlockBuilderAppBlockAssociation> appBlockBuilderAppBlockAssociations)This list of app block builders associated with app blocks.DescribeAppBlockBuilderAppBlockAssociationsResponse.BuilderappBlockBuilderAppBlockAssociations(Consumer<AppBlockBuilderAppBlockAssociation.Builder>... appBlockBuilderAppBlockAssociations)This list of app block builders associated with app blocks.DescribeAppBlockBuilderAppBlockAssociationsResponse.BuilderappBlockBuilderAppBlockAssociations(AppBlockBuilderAppBlockAssociation... appBlockBuilderAppBlockAssociations)This list of app block builders associated with app blocks.DescribeAppBlockBuilderAppBlockAssociationsResponse.BuildernextToken(String nextToken)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaAppBlockBuilderAppBlockAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#appBlockBuilderAppBlockAssociations(List.) - 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:
#appBlockBuilderAppBlockAssociations(java.util.Collection)
-
nextToken
DescribeAppBlockBuilderAppBlockAssociationsResponse.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.
-
-