Package com.pulumi.aws.batch.outputs
Class GetJobDefinitionEksPropertyPodPropertyVolumeSecret.Builder
- java.lang.Object
-
- com.pulumi.aws.batch.outputs.GetJobDefinitionEksPropertyPodPropertyVolumeSecret.Builder
-
- Enclosing class:
- GetJobDefinitionEksPropertyPodPropertyVolumeSecret
public static final class GetJobDefinitionEksPropertyPodPropertyVolumeSecret.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetJobDefinitionEksPropertyPodPropertyVolumeSecret defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetJobDefinitionEksPropertyPodPropertyVolumeSecret
build()
GetJobDefinitionEksPropertyPodPropertyVolumeSecret.Builder
optional(java.lang.Boolean optional)
GetJobDefinitionEksPropertyPodPropertyVolumeSecret.Builder
secretName(java.lang.String secretName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetJobDefinitionEksPropertyPodPropertyVolumeSecret defaults)
-
-
Method Detail
-
optional
public GetJobDefinitionEksPropertyPodPropertyVolumeSecret.Builder optional(java.lang.Boolean optional)
-
secretName
public GetJobDefinitionEksPropertyPodPropertyVolumeSecret.Builder secretName(java.lang.String secretName)
-
build
public GetJobDefinitionEksPropertyPodPropertyVolumeSecret build()
-
-