public static interface UpdateAppVersionAppComponentRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppVersionAppComponentRequest.Builder,UpdateAppVersionAppComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAppVersionAppComponentRequest.Builder |
additionalInfo(Map<String,? extends Collection<String>> additionalInfo)
Currently, there is no supported additional information for Application Components.
|
UpdateAppVersionAppComponentRequest.Builder |
appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application.
|
UpdateAppVersionAppComponentRequest.Builder |
id(String id)
The identifier of the Application Component.
|
UpdateAppVersionAppComponentRequest.Builder |
name(String name)
The name of the Application Component.
|
UpdateAppVersionAppComponentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAppVersionAppComponentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAppVersionAppComponentRequest.Builder |
type(String type)
The type of Application Component.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppVersionAppComponentRequest.Builder additionalInfo(Map<String,? extends Collection<String>> additionalInfo)
Currently, there is no supported additional information for Application Components.
additionalInfo - Currently, there is no supported additional information for Application Components.UpdateAppVersionAppComponentRequest.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For
more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.
appArn - The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id.
For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference guide.UpdateAppVersionAppComponentRequest.Builder id(String id)
The identifier of the Application Component.
id - The identifier of the Application Component.UpdateAppVersionAppComponentRequest.Builder name(String name)
The name of the Application Component.
name - The name of the Application Component.UpdateAppVersionAppComponentRequest.Builder type(String type)
The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.
type - The type of Application Component. For more information about the types of Application Component, see
Grouping resources in an AppComponent.UpdateAppVersionAppComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppVersionAppComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.