public static interface CreateAppVersionResourceRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<CreateAppVersionResourceRequest.Builder,CreateAppVersionResourceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAppVersionResourceRequest.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.CreateAppVersionResourceRequest.Builder appArn(String appArn)
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 Amazon Web Services General Reference guide.
appArn - 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 Amazon Web Services General Reference guide.CreateAppVersionResourceRequest.Builder appComponents(Collection<String> appComponents)
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 - 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.CreateAppVersionResourceRequest.Builder appComponents(String... appComponents)
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 - 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.CreateAppVersionResourceRequest.Builder awsAccountId(String awsAccountId)
Amazon Web Services account that owns the physical resource.
awsAccountId - Amazon Web Services account that owns the physical resource.CreateAppVersionResourceRequest.Builder awsRegion(String awsRegion)
Amazon Web Services region that owns the physical resource.
awsRegion - Amazon Web Services region that owns the physical resource.CreateAppVersionResourceRequest.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.CreateAppVersionResourceRequest.Builder logicalResourceId(LogicalResourceId logicalResourceId)
Logical identifier of the resource.
logicalResourceId - Logical identifier of the resource.default CreateAppVersionResourceRequest.Builder logicalResourceId(Consumer<LogicalResourceId.Builder> logicalResourceId)
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)CreateAppVersionResourceRequest.Builder physicalResourceId(String physicalResourceId)
Physical identifier of the resource.
physicalResourceId - Physical identifier of the resource.CreateAppVersionResourceRequest.Builder resourceName(String resourceName)
Name of the resource.
resourceName - Name of the resource.CreateAppVersionResourceRequest.Builder resourceType(String resourceType)
Type of resource.
resourceType - Type of resource.CreateAppVersionResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAppVersionResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.