Interface UpdateAppVersionResourceResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAppVersionResourceResponse.Builder,,UpdateAppVersionResourceResponse> ResiliencehubResponse.Builder,SdkBuilder<UpdateAppVersionResourceResponse.Builder,,UpdateAppVersionResourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateAppVersionResourceResponse
- 
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) of the Resilience Hub application.appVersion(String appVersion) Resilience Hub application version.physicalResource(Consumer<PhysicalResource.Builder> physicalResource) Defines a physical resource.physicalResource(PhysicalResource physicalResource) Defines a physical resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
appVersion
Resilience Hub application version.
- Parameters:
 appVersion- Resilience Hub application version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
physicalResource
Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
- Parameters:
 physicalResource- Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
physicalResource
default UpdateAppVersionResourceResponse.Builder physicalResource(Consumer<PhysicalResource.Builder> physicalResource) Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.
This is a convenience method that creates an instance of thePhysicalResource.Builderavoiding the need to create one manually viaPhysicalResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tophysicalResource(PhysicalResource).- Parameters:
 physicalResource- a consumer that will call methods onPhysicalResource.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -