Interface UpdateAppVersionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateAppVersionResponse.Builder,UpdateAppVersionResponse>, ResiliencehubResponse.Builder, SdkBuilder<UpdateAppVersionResponse.Builder,UpdateAppVersionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateAppVersionResponse

public static interface UpdateAppVersionResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<UpdateAppVersionResponse.Builder,UpdateAppVersionResponse>
  • Method Details

    • additionalInfo

      UpdateAppVersionResponse.Builder additionalInfo(Map<String,? extends Collection<String>> additionalInfo)

      Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters.

      Currently, this parameter supports only failover region and account.

      Parameters:
      additionalInfo - Additional configuration parameters for an Resilience Hub application. If you want to implement additionalInfo through the Resilience Hub console rather than using an API call, see Configure the application configuration parameters.

      Currently, this parameter supports only failover region and account.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

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