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 Summary
Modifier and TypeMethodDescriptionadditionalInfo(Map<String, ? extends Collection<String>> additionalInfo) Additional configuration parameters for an Resilience Hub application.Amazon Resource Name (ARN) of the Resilience Hub application.appVersion(String appVersion) Resilience Hub application version.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
-
additionalInfo
UpdateAppVersionResponse.Builder additionalInfo(Map<String, ? extends Collection<String>> additionalInfo) Additional configuration parameters for an Resilience Hub application. If you want to implement
additionalInfothrough 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 implementadditionalInfothrough 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
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.
-