Interface DeleteAppVersionAppComponentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteAppVersionAppComponentResponse.Builder,DeleteAppVersionAppComponentResponse>,ResiliencehubResponse.Builder,SdkBuilder<DeleteAppVersionAppComponentResponse.Builder,DeleteAppVersionAppComponentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteAppVersionAppComponentResponse
public static interface DeleteAppVersionAppComponentResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DeleteAppVersionAppComponentResponse.Builder,DeleteAppVersionAppComponentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DeleteAppVersionAppComponentResponse.BuilderappArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.default DeleteAppVersionAppComponentResponse.BuilderappComponent(Consumer<AppComponent.Builder> appComponent)List of Application Components that belong to this resource.DeleteAppVersionAppComponentResponse.BuilderappComponent(AppComponent appComponent)List of Application Components that belong to this resource.DeleteAppVersionAppComponentResponse.BuilderappVersion(String appVersion)Resilience Hub application version.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
appArn
DeleteAppVersionAppComponentResponse.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.
-
appComponent
DeleteAppVersionAppComponentResponse.Builder appComponent(AppComponent appComponent)
List of Application Components that belong to this resource.
- Parameters:
appComponent- List of Application Components that belong to this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appComponent
default DeleteAppVersionAppComponentResponse.Builder appComponent(Consumer<AppComponent.Builder> appComponent)
List of Application Components that belong to this resource.
This is a convenience method that creates an instance of theAppComponent.Builderavoiding the need to create one manually viaAppComponent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappComponent(AppComponent).- Parameters:
appComponent- a consumer that will call methods onAppComponent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appComponent(AppComponent)
-
appVersion
DeleteAppVersionAppComponentResponse.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.
-
-