AppBlock.Builder |
AppBlock.Builder.appBlockErrors(Collection<ErrorDetails> appBlockErrors) |
The errors of the app block.
|
AppBlock.Builder |
AppBlock.Builder.appBlockErrors(Consumer<ErrorDetails.Builder>... appBlockErrors) |
The errors of the app block.
|
AppBlock.Builder |
AppBlock.Builder.appBlockErrors(ErrorDetails... appBlockErrors) |
The errors of the app block.
|
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.
|
AppBlock.Builder |
AppBlock.Builder.packagingType(String packagingType) |
The packaging type of the app block.
|
AppBlock.Builder |
AppBlock.Builder.packagingType(PackagingType packagingType) |
The packaging type of the app block.
|
default AppBlock.Builder |
AppBlock.Builder.postSetupScriptDetails(Consumer<ScriptDetails.Builder> postSetupScriptDetails) |
The post setup script details of the app block.
|
AppBlock.Builder |
AppBlock.Builder.postSetupScriptDetails(ScriptDetails postSetupScriptDetails) |
The post setup script details 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.Builder.state(String state) |
The state of the app block.
|
AppBlock.Builder |
AppBlock.Builder.state(AppBlockState state) |
The state of the app block.
|
AppBlock.Builder |
AppBlock.toBuilder() |
|