Uses of Interface
software.amazon.awssdk.services.gamelift.model.ContainerAttributes.Builder
-
Packages that use ContainerAttributes.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerAttributes.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerAttributes.Builder Modifier and Type Method Description static ContainerAttributes.BuilderContainerAttributes. builder()ContainerAttributes.BuilderContainerAttributes.Builder. containerPortMappings(Collection<ContainerPortMapping> containerPortMappings)Describes how container ports map to connection ports on the fleet instance.ContainerAttributes.BuilderContainerAttributes.Builder. containerPortMappings(Consumer<ContainerPortMapping.Builder>... containerPortMappings)Describes how container ports map to connection ports on the fleet instance.ContainerAttributes.BuilderContainerAttributes.Builder. containerPortMappings(ContainerPortMapping... containerPortMappings)Describes how container ports map to connection ports on the fleet instance.ContainerAttributes.BuilderContainerAttributes. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerAttributes.Builder Modifier and Type Method Description static Class<? extends ContainerAttributes.Builder>ContainerAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerAttributes.Builder Modifier and Type Method Description default Compute.BuilderCompute.Builder. containerAttributes(Consumer<ContainerAttributes.Builder> containerAttributes)Some attributes of a container.
-