public static interface UpdateAppVersionResourceRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<UpdateAppVersionResourceRequest.Builder,UpdateAppVersionResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAppVersionResourceRequest.Builder additionalInfo(Map<String,? extends Collection<String>> additionalInfo)
Currently, there is no supported additional information for resources.
additionalInfo - Currently, there is no supported additional information for resources.UpdateAppVersionResourceRequest.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.UpdateAppVersionResourceRequest.Builder appComponents(Collection<String> appComponents)
The list of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
appComponents - The list of Application Components that this resource belongs to. If an Application Component is not
part of the Resilience Hub application, it will be added.UpdateAppVersionResourceRequest.Builder appComponents(String... appComponents)
The list of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.
appComponents - The list of Application Components that this resource belongs to. If an Application Component is not
part of the Resilience Hub application, it will be added.UpdateAppVersionResourceRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account that owns the physical resource.
awsAccountId - The Amazon Web Services account that owns the physical resource.UpdateAppVersionResourceRequest.Builder awsRegion(String awsRegion)
The Amazon Web Services region that owns the physical resource.
awsRegion - The Amazon Web Services region that owns the physical resource.UpdateAppVersionResourceRequest.Builder excluded(Boolean excluded)
Indicates if a resource is excluded from an Resilience Hub application.
You can exclude only imported resources from an Resilience Hub application.
excluded - Indicates if a resource is excluded from an Resilience Hub application. You can exclude only imported resources from an Resilience Hub application.
UpdateAppVersionResourceRequest.Builder logicalResourceId(LogicalResourceId logicalResourceId)
The logical identifier of the resource.
logicalResourceId - The logical identifier of the resource.default UpdateAppVersionResourceRequest.Builder logicalResourceId(Consumer<LogicalResourceId.Builder> logicalResourceId)
The logical identifier of the resource.
This is a convenience method that creates an instance of theLogicalResourceId.Builder avoiding the
need to create one manually via LogicalResourceId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to logicalResourceId(LogicalResourceId).
logicalResourceId - a consumer that will call methods on LogicalResourceId.BuilderlogicalResourceId(LogicalResourceId)UpdateAppVersionResourceRequest.Builder physicalResourceId(String physicalResourceId)
The physical identifier of the resource.
physicalResourceId - The physical identifier of the resource.UpdateAppVersionResourceRequest.Builder resourceName(String resourceName)
The name of the resource.
resourceName - The name of the resource.UpdateAppVersionResourceRequest.Builder resourceType(String resourceType)
The type of resource.
resourceType - The type of resource.UpdateAppVersionResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAppVersionResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.