Uses of Interface
software.amazon.awssdk.services.appconfig.model.Application.Builder
-
Packages that use Application.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of Application.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return Application.Builder Modifier and Type Method Description static Application.BuilderApplication. builder()Application.BuilderApplication.Builder. description(String description)The description of the application.Application.BuilderApplication.Builder. id(String id)The application ID.Application.BuilderApplication.Builder. name(String name)The application name.Application.BuilderApplication. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type Application.Builder Modifier and Type Method Description static Class<? extends Application.Builder>Application. serializableBuilderClass()
-