Class AzureBlobFileSystemConfigurationResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.batch.outputs.AzureBlobFileSystemConfigurationResponse.Builder
-
- Enclosing class:
- AzureBlobFileSystemConfigurationResponse
public static final class AzureBlobFileSystemConfigurationResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AzureBlobFileSystemConfigurationResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureBlobFileSystemConfigurationResponse.Builder
accountKey(java.lang.String accountKey)
AzureBlobFileSystemConfigurationResponse.Builder
accountName(java.lang.String accountName)
AzureBlobFileSystemConfigurationResponse.Builder
blobfuseOptions(java.lang.String blobfuseOptions)
AzureBlobFileSystemConfigurationResponse
build()
AzureBlobFileSystemConfigurationResponse.Builder
containerName(java.lang.String containerName)
AzureBlobFileSystemConfigurationResponse.Builder
identityReference(ComputeNodeIdentityReferenceResponse identityReference)
AzureBlobFileSystemConfigurationResponse.Builder
relativeMountPath(java.lang.String relativeMountPath)
AzureBlobFileSystemConfigurationResponse.Builder
sasKey(java.lang.String sasKey)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AzureBlobFileSystemConfigurationResponse defaults)
-
-
Method Detail
-
accountKey
public AzureBlobFileSystemConfigurationResponse.Builder accountKey(@Nullable java.lang.String accountKey)
-
accountName
public AzureBlobFileSystemConfigurationResponse.Builder accountName(java.lang.String accountName)
-
blobfuseOptions
public AzureBlobFileSystemConfigurationResponse.Builder blobfuseOptions(@Nullable java.lang.String blobfuseOptions)
-
containerName
public AzureBlobFileSystemConfigurationResponse.Builder containerName(java.lang.String containerName)
-
identityReference
public AzureBlobFileSystemConfigurationResponse.Builder identityReference(@Nullable ComputeNodeIdentityReferenceResponse identityReference)
-
relativeMountPath
public AzureBlobFileSystemConfigurationResponse.Builder relativeMountPath(java.lang.String relativeMountPath)
-
sasKey
public AzureBlobFileSystemConfigurationResponse.Builder sasKey(@Nullable java.lang.String sasKey)
-
build
public AzureBlobFileSystemConfigurationResponse build()
-
-