Interface DeleteAppVersionResourceResponse.Builder

    • Method Detail

      • appArn

        DeleteAppVersionResourceResponse.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.

        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

        DeleteAppVersionResourceResponse.Builder appVersion​(String 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

        DeleteAppVersionResourceResponse.Builder physicalResource​(PhysicalResource 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.