Package com.pulumi.aws.batch.outputs
Class GetJobDefinitionEksPropertyPodPropertyVolume.Builder
- java.lang.Object
-
- com.pulumi.aws.batch.outputs.GetJobDefinitionEksPropertyPodPropertyVolume.Builder
-
- Enclosing class:
- GetJobDefinitionEksPropertyPodPropertyVolume
public static final class GetJobDefinitionEksPropertyPodPropertyVolume.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetJobDefinitionEksPropertyPodPropertyVolume defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetJobDefinitionEksPropertyPodPropertyVolume defaults)
-
-
Method Detail
-
emptyDirs
public GetJobDefinitionEksPropertyPodPropertyVolume.Builder emptyDirs(java.util.List<GetJobDefinitionEksPropertyPodPropertyVolumeEmptyDir> emptyDirs)
-
emptyDirs
public GetJobDefinitionEksPropertyPodPropertyVolume.Builder emptyDirs(GetJobDefinitionEksPropertyPodPropertyVolumeEmptyDir... emptyDirs)
-
hostPaths
public GetJobDefinitionEksPropertyPodPropertyVolume.Builder hostPaths(java.util.List<GetJobDefinitionEksPropertyPodPropertyVolumeHostPath> hostPaths)
-
hostPaths
public GetJobDefinitionEksPropertyPodPropertyVolume.Builder hostPaths(GetJobDefinitionEksPropertyPodPropertyVolumeHostPath... hostPaths)
-
name
public GetJobDefinitionEksPropertyPodPropertyVolume.Builder name(java.lang.String name)
-
secrets
public GetJobDefinitionEksPropertyPodPropertyVolume.Builder secrets(java.util.List<GetJobDefinitionEksPropertyPodPropertyVolumeSecret> secrets)
-
secrets
public GetJobDefinitionEksPropertyPodPropertyVolume.Builder secrets(GetJobDefinitionEksPropertyPodPropertyVolumeSecret... secrets)
-
build
public GetJobDefinitionEksPropertyPodPropertyVolume build()
-
-