Interface AssociateAppBlockBuilderAppBlockResponse.Builder
- All Superinterfaces:
AppStreamResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<AssociateAppBlockBuilderAppBlockResponse.Builder,
,AssociateAppBlockBuilderAppBlockResponse> SdkBuilder<AssociateAppBlockBuilderAppBlockResponse.Builder,
,AssociateAppBlockBuilderAppBlockResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
AssociateAppBlockBuilderAppBlockResponse
public static interface AssociateAppBlockBuilderAppBlockResponse.Builder
extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<AssociateAppBlockBuilderAppBlockResponse.Builder,AssociateAppBlockBuilderAppBlockResponse>
-
Method Summary
Modifier and TypeMethodDescriptionappBlockBuilderAppBlockAssociation
(Consumer<AppBlockBuilderAppBlockAssociation.Builder> appBlockBuilderAppBlockAssociation) The list of app block builders associated with app blocks.appBlockBuilderAppBlockAssociation
(AppBlockBuilderAppBlockAssociation appBlockBuilderAppBlockAssociation) The list of app block builders associated with app blocks.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
-
appBlockBuilderAppBlockAssociation
AssociateAppBlockBuilderAppBlockResponse.Builder appBlockBuilderAppBlockAssociation(AppBlockBuilderAppBlockAssociation appBlockBuilderAppBlockAssociation) The list of app block builders associated with app blocks.
- Parameters:
appBlockBuilderAppBlockAssociation
- The list of app block builders associated with app blocks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderAppBlockAssociation
default AssociateAppBlockBuilderAppBlockResponse.Builder appBlockBuilderAppBlockAssociation(Consumer<AppBlockBuilderAppBlockAssociation.Builder> appBlockBuilderAppBlockAssociation) The 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 toappBlockBuilderAppBlockAssociation(AppBlockBuilderAppBlockAssociation)
.- Parameters:
appBlockBuilderAppBlockAssociation
- 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:
-