Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.Application.Builder
-
Packages that use Application.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of Application.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return Application.Builder Modifier and Type Method Description Application.BuilderApplication.Builder. applicationTag(Map<String,String> applicationTag)A key-value pair that identifies an associated resource.Application.BuilderApplication.Builder. arn(String arn)The Amazon resource name (ARN) that specifies the application across services.static Application.BuilderApplication. builder()Application.BuilderApplication.Builder. creationTime(Instant creationTime)The ISO-8601 formatted timestamp of the moment when the application was created.Application.BuilderApplication.Builder. description(String description)The description of the application.Application.BuilderApplication.Builder. id(String id)The identifier of the application.Application.BuilderApplication.Builder. lastUpdateTime(Instant lastUpdateTime)The ISO-8601 formatted timestamp of the moment when the application was last updated.Application.BuilderApplication.Builder. name(String name)The name of the application.Application.BuilderApplication.Builder. tags(Map<String,String> tags)Key-value pairs you can use to associate with the application.Application.BuilderApplication. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type Application.Builder Modifier and Type Method Description static Class<? extends Application.Builder>Application. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type Application.Builder Modifier and Type Method Description default CreateApplicationResponse.BuilderCreateApplicationResponse.Builder. application(Consumer<Application.Builder> application)Information about the application.default UpdateApplicationResponse.BuilderUpdateApplicationResponse.Builder. application(Consumer<Application.Builder> application)The updated information of the application.
-