Class StorageProfileResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.dbformariadb.outputs.StorageProfileResponse.Builder
-
- Enclosing class:
- StorageProfileResponse
public static final class StorageProfileResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StorageProfileResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StorageProfileResponse.Builder
backupRetentionDays(java.lang.Integer backupRetentionDays)
StorageProfileResponse
build()
StorageProfileResponse.Builder
geoRedundantBackup(java.lang.String geoRedundantBackup)
StorageProfileResponse.Builder
storageAutogrow(java.lang.String storageAutogrow)
StorageProfileResponse.Builder
storageMB(java.lang.Integer storageMB)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StorageProfileResponse defaults)
-
-
Method Detail
-
backupRetentionDays
public StorageProfileResponse.Builder backupRetentionDays(@Nullable java.lang.Integer backupRetentionDays)
-
geoRedundantBackup
public StorageProfileResponse.Builder geoRedundantBackup(@Nullable java.lang.String geoRedundantBackup)
-
storageAutogrow
public StorageProfileResponse.Builder storageAutogrow(@Nullable java.lang.String storageAutogrow)
-
storageMB
public StorageProfileResponse.Builder storageMB(@Nullable java.lang.Integer storageMB)
-
build
public StorageProfileResponse build()
-
-