| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
AppBlock.Builder |
AppBlock.Builder.arn(String arn)
The ARN of the app block.
|
static AppBlock.Builder |
AppBlock.builder() |
AppBlock.Builder |
AppBlock.Builder.createdTime(Instant createdTime)
The created time of the app block.
|
AppBlock.Builder |
AppBlock.Builder.description(String description)
The description of the app block.
|
AppBlock.Builder |
AppBlock.Builder.displayName(String displayName)
The display name of the app block.
|
AppBlock.Builder |
AppBlock.Builder.name(String name)
The name of the app block.
|
default AppBlock.Builder |
AppBlock.Builder.setupScriptDetails(Consumer<ScriptDetails.Builder> setupScriptDetails)
The setup script details of the app block.
|
AppBlock.Builder |
AppBlock.Builder.setupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
default AppBlock.Builder |
AppBlock.Builder.sourceS3Location(Consumer<S3Location.Builder> sourceS3Location)
The source S3 location of the app block.
|
AppBlock.Builder |
AppBlock.Builder.sourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
AppBlock.Builder |
AppBlock.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AppBlock.Builder> |
AppBlock.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAppBlockResponse.Builder |
CreateAppBlockResponse.Builder.appBlock(Consumer<AppBlock.Builder> appBlock)
The app block.
|
Copyright © 2023. All rights reserved.