| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
AppComponent.Builder |
AppComponent.Builder.additionalInfo(Map<String,? extends Collection<String>> additionalInfo)
Additional configuration parameters for an Resilience Hub application.
|
static AppComponent.Builder |
AppComponent.builder() |
AppComponent.Builder |
AppComponent.Builder.id(String id)
Identifier of the Application Component.
|
AppComponent.Builder |
AppComponent.Builder.name(String name)
Name of the Application Component.
|
AppComponent.Builder |
AppComponent.toBuilder() |
AppComponent.Builder |
AppComponent.Builder.type(String type)
The type of Application Component.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AppComponent.Builder> |
AppComponent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAppVersionAppComponentResponse.Builder |
CreateAppVersionAppComponentResponse.Builder.appComponent(Consumer<AppComponent.Builder> appComponent)
List of Application Components that belong to this resource.
|
default UpdateAppVersionAppComponentResponse.Builder |
UpdateAppVersionAppComponentResponse.Builder.appComponent(Consumer<AppComponent.Builder> appComponent)
List of Application Components that belong to this resource.
|
default DeleteAppVersionAppComponentResponse.Builder |
DeleteAppVersionAppComponentResponse.Builder.appComponent(Consumer<AppComponent.Builder> appComponent)
List of Application Components that belong to this resource.
|
default DescribeAppVersionAppComponentResponse.Builder |
DescribeAppVersionAppComponentResponse.Builder.appComponent(Consumer<AppComponent.Builder> appComponent)
List of Application Components that belong to this resource.
|
Copyright © 2023. All rights reserved.