public static interface CreateAppVersionAppComponentRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<CreateAppVersionAppComponentRequest.Builder,CreateAppVersionAppComponentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppVersionAppComponentRequest.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.CreateAppVersionAppComponentRequest.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.CreateAppVersionAppComponentRequest.Builder clientToken(String clientToken)
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
clientToken - Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII
characters. You should not reuse the same client token for other API requests.CreateAppVersionAppComponentRequest.Builder id(String id)
The identifier of the Application Component.
id - The identifier of the Application Component.CreateAppVersionAppComponentRequest.Builder name(String name)
The name of the Application Component.
name - The name of the Application Component.CreateAppVersionAppComponentRequest.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.CreateAppVersionAppComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppVersionAppComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.