Uses of Interface
software.amazon.awssdk.services.gamelift.model.ContainerGroupDefinitionProperty.Builder
-
Packages that use ContainerGroupDefinitionProperty.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerGroupDefinitionProperty.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerGroupDefinitionProperty.Builder Modifier and Type Method Description static ContainerGroupDefinitionProperty.BuilderContainerGroupDefinitionProperty. builder()ContainerGroupDefinitionProperty.BuilderContainerGroupDefinitionProperty.Builder. containerGroupDefinitionName(String containerGroupDefinitionName)The unique identifier for the container group definition.ContainerGroupDefinitionProperty.BuilderContainerGroupDefinitionProperty.Builder. schedulingStrategy(String schedulingStrategy)The method for scheduling and maintaining copies of the container group across a container fleet.ContainerGroupDefinitionProperty.BuilderContainerGroupDefinitionProperty.Builder. schedulingStrategy(ContainerSchedulingStrategy schedulingStrategy)The method for scheduling and maintaining copies of the container group across a container fleet.ContainerGroupDefinitionProperty.BuilderContainerGroupDefinitionProperty. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerGroupDefinitionProperty.Builder Modifier and Type Method Description static Class<? extends ContainerGroupDefinitionProperty.Builder>ContainerGroupDefinitionProperty. serializableBuilderClass()
-