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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaAppBlockBuilderAppBlockAssociation.builder().When the
Consumercompletes,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:
 
 
 -