Interface PublishAppVersionResponse.Builder

    • Method Detail

      • appArn

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

        PublishAppVersionResponse.Builder appVersion​(String appVersion)

        The version of the application.

        Parameters:
        appVersion - The version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        PublishAppVersionResponse.Builder identifier​(Long identifier)

        Identifier of the application version.

        Parameters:
        identifier - Identifier of the application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionName

        PublishAppVersionResponse.Builder versionName​(String versionName)

        Name of the application version.

        Parameters:
        versionName - Name of the application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.