Package com.pulumi.gcp.alloydb.outputs
Class GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder
- java.lang.Object
-
- com.pulumi.gcp.alloydb.outputs.GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder
-
- Enclosing class:
- GetSupportedDatabaseFlagsSupportedDatabaseFlag
public static final class GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetSupportedDatabaseFlagsSupportedDatabaseFlag defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetSupportedDatabaseFlagsSupportedDatabaseFlag defaults)
-
-
Method Detail
-
acceptsMultipleValues
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder acceptsMultipleValues(java.lang.Boolean acceptsMultipleValues)
-
flagName
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder flagName(java.lang.String flagName)
-
integerRestrictions
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder integerRestrictions(GetSupportedDatabaseFlagsSupportedDatabaseFlagIntegerRestrictions integerRestrictions)
-
name
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder name(java.lang.String name)
-
requiresDbRestart
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder requiresDbRestart(java.lang.Boolean requiresDbRestart)
-
stringRestrictions
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder stringRestrictions(GetSupportedDatabaseFlagsSupportedDatabaseFlagStringRestrictions stringRestrictions)
-
supportedDbVersions
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder supportedDbVersions(java.util.List<java.lang.String> supportedDbVersions)
-
supportedDbVersions
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder supportedDbVersions(java.lang.String... supportedDbVersions)
-
valueType
public GetSupportedDatabaseFlagsSupportedDatabaseFlag.Builder valueType(java.lang.String valueType)
-
build
public GetSupportedDatabaseFlagsSupportedDatabaseFlag build()
-
-