public static interface AppBlock.Builder extends SdkPojo, CopyableBuilder<AppBlock.Builder,AppBlock>
| Modifier and Type | Method and Description |
|---|---|
AppBlock.Builder |
arn(String arn)
The ARN of the app block.
|
AppBlock.Builder |
createdTime(Instant createdTime)
The created time of the app block.
|
AppBlock.Builder |
description(String description)
The description of the app block.
|
AppBlock.Builder |
displayName(String displayName)
The display name of the app block.
|
AppBlock.Builder |
name(String name)
The name of the app block.
|
default AppBlock.Builder |
setupScriptDetails(Consumer<ScriptDetails.Builder> setupScriptDetails)
The setup script details of the app block.
|
AppBlock.Builder |
setupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
|
default AppBlock.Builder |
sourceS3Location(Consumer<S3Location.Builder> sourceS3Location)
The source S3 location of the app block.
|
AppBlock.Builder |
sourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppBlock.Builder name(String name)
The name of the app block.
name - The name of the app block.AppBlock.Builder arn(String arn)
The ARN of the app block.
arn - The ARN of the app block.AppBlock.Builder description(String description)
The description of the app block.
description - The description of the app block.AppBlock.Builder displayName(String displayName)
The display name of the app block.
displayName - The display name of the app block.AppBlock.Builder sourceS3Location(S3Location sourceS3Location)
The source S3 location of the app block.
sourceS3Location - The source S3 location of the app block.default AppBlock.Builder sourceS3Location(Consumer<S3Location.Builder> sourceS3Location)
The source S3 location of the app block.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sourceS3Location(S3Location).
sourceS3Location - a consumer that will call methods on S3Location.BuildersourceS3Location(S3Location)AppBlock.Builder setupScriptDetails(ScriptDetails setupScriptDetails)
The setup script details of the app block.
setupScriptDetails - The setup script details of the app block.default AppBlock.Builder setupScriptDetails(Consumer<ScriptDetails.Builder> setupScriptDetails)
The setup script details of the app block.
This is a convenience method that creates an instance of theScriptDetails.Builder avoiding the need
to create one manually via ScriptDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to setupScriptDetails(ScriptDetails).
setupScriptDetails - a consumer that will call methods on ScriptDetails.BuildersetupScriptDetails(ScriptDetails)AppBlock.Builder createdTime(Instant createdTime)
The created time of the app block.
createdTime - The created time of the app block.Copyright © 2023. All rights reserved.