Uses of Interface
software.amazon.awssdk.services.codedeploy.model.ApplicationInfo.Builder
-
Packages that use ApplicationInfo.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ApplicationInfo.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ApplicationInfo.Builder Modifier and Type Method Description ApplicationInfo.BuilderApplicationInfo.Builder. applicationId(String applicationId)The application ID.ApplicationInfo.BuilderApplicationInfo.Builder. applicationName(String applicationName)The application name.static ApplicationInfo.BuilderApplicationInfo. builder()ApplicationInfo.BuilderApplicationInfo.Builder. computePlatform(String computePlatform)The destination platform type for deployment of the application (LambdaorServer).ApplicationInfo.BuilderApplicationInfo.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for deployment of the application (LambdaorServer).ApplicationInfo.BuilderApplicationInfo.Builder. createTime(Instant createTime)The time at which the application was created.ApplicationInfo.BuilderApplicationInfo.Builder. gitHubAccountName(String gitHubAccountName)The name for a connection to a GitHub account.ApplicationInfo.BuilderApplicationInfo.Builder. linkedToGitHub(Boolean linkedToGitHub)True if the user has authenticated with GitHub for the specified application.ApplicationInfo.BuilderApplicationInfo. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type ApplicationInfo.Builder Modifier and Type Method Description static Class<? extends ApplicationInfo.Builder>ApplicationInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type ApplicationInfo.Builder Modifier and Type Method Description default GetApplicationResponse.BuilderGetApplicationResponse.Builder. application(Consumer<ApplicationInfo.Builder> application)Information about the application.
-