Uses of Class
software.amazon.awscdk.mixins.preview.services.batch.events.BatchJobStateChange.Container.Builder
Packages that use BatchJobStateChange.Container.Builder
-
Uses of BatchJobStateChange.Container.Builder in software.amazon.awscdk.mixins.preview.services.batch.events
Methods in software.amazon.awscdk.mixins.preview.services.batch.events that return BatchJobStateChange.Container.BuilderModifier and TypeMethodDescriptionBatchJobStateChange.Container.builder()Sets the value ofBatchJobStateChange.Container.getCommand()BatchJobStateChange.Container.Builder.containerInstanceArn(List<String> containerInstanceArn) Sets the value ofBatchJobStateChange.Container.getContainerInstanceArn()BatchJobStateChange.Container.Builder.environment(List<? extends BatchJobStateChange.ContainerItem> environment) Sets the value ofBatchJobStateChange.Container.getEnvironment()Sets the value ofBatchJobStateChange.Container.getExitCode()Sets the value ofBatchJobStateChange.Container.getImage()BatchJobStateChange.Container.Builder.logStreamName(List<String> logStreamName) Sets the value ofBatchJobStateChange.Container.getLogStreamName()Sets the value ofBatchJobStateChange.Container.getMemory()BatchJobStateChange.Container.Builder.mountPoints(List<? extends BatchJobStateChange.MountPoint> mountPoints) Sets the value ofBatchJobStateChange.Container.getMountPoints()BatchJobStateChange.Container.Builder.networkInterfaces(List<? extends BatchJobStateChange.NetworkInterface> networkInterfaces) Sets the value ofBatchJobStateChange.Container.getNetworkInterfaces()BatchJobStateChange.Container.Builder.resourceRequirements(List<? extends BatchJobStateChange.ResourceRequirement> resourceRequirements) Sets the value ofBatchJobStateChange.Container.getResourceRequirements()Sets the value ofBatchJobStateChange.Container.getTaskArn()BatchJobStateChange.Container.Builder.ulimits(List<? extends BatchJobStateChange.ULimit> ulimits) Sets the value ofBatchJobStateChange.Container.getUlimits()Sets the value ofBatchJobStateChange.Container.getVcpus()BatchJobStateChange.Container.Builder.volumes(List<? extends BatchJobStateChange.Volumes> volumes) Sets the value ofBatchJobStateChange.Container.getVolumes()Constructors in software.amazon.awscdk.mixins.preview.services.batch.events with parameters of type BatchJobStateChange.Container.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBatchJobStateChange.Container.Builder.