Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.AppComponent.Builder
-
Packages that use AppComponent.Builder Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AppComponent.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AppComponent.Builder Modifier and Type Method Description AppComponent.BuilderAppComponent.Builder. additionalInfo(Map<String,? extends Collection<String>> additionalInfo)Additional configuration parameters for an Resilience Hub application.static AppComponent.BuilderAppComponent. builder()AppComponent.BuilderAppComponent.Builder. id(String id)Identifier of the Application Component.AppComponent.BuilderAppComponent.Builder. name(String name)Name of the Application Component.AppComponent.BuilderAppComponent. toBuilder()AppComponent.BuilderAppComponent.Builder. type(String type)The type of Application Component.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AppComponent.Builder Modifier and Type Method Description static Class<? extends AppComponent.Builder>AppComponent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type AppComponent.Builder Modifier and Type Method Description default CreateAppVersionAppComponentResponse.BuilderCreateAppVersionAppComponentResponse.Builder. appComponent(Consumer<AppComponent.Builder> appComponent)List of Application Components that belong to this resource.default DeleteAppVersionAppComponentResponse.BuilderDeleteAppVersionAppComponentResponse.Builder. appComponent(Consumer<AppComponent.Builder> appComponent)List of Application Components that belong to this resource.default DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse.Builder. appComponent(Consumer<AppComponent.Builder> appComponent)List of Application Components that belong to this resource.default UpdateAppVersionAppComponentResponse.BuilderUpdateAppVersionAppComponentResponse.Builder. appComponent(Consumer<AppComponent.Builder> appComponent)List of Application Components that belong to this resource.
-