public static interface CreateAppBlockResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateAppBlockResponse.Builder,CreateAppBlockResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAppBlockResponse.Builder |
appBlock(AppBlock appBlock)
The app block.
|
default CreateAppBlockResponse.Builder |
appBlock(Consumer<AppBlock.Builder> appBlock)
The app block.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppBlockResponse.Builder appBlock(AppBlock appBlock)
The app block.
appBlock - The app block.default CreateAppBlockResponse.Builder appBlock(Consumer<AppBlock.Builder> appBlock)
The app block.
This is a convenience method that creates an instance of theAppBlock.Builder avoiding the need to
create one manually via AppBlock.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to appBlock(AppBlock).
appBlock - a consumer that will call methods on AppBlock.BuilderappBlock(AppBlock)Copyright © 2023. All rights reserved.