Package com.pulumi.gcp.alloydb.outputs
Class GetSupportedDatabaseFlagsResult.Builder
- java.lang.Object
-
- com.pulumi.gcp.alloydb.outputs.GetSupportedDatabaseFlagsResult.Builder
-
- Enclosing class:
- GetSupportedDatabaseFlagsResult
public static final class GetSupportedDatabaseFlagsResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetSupportedDatabaseFlagsResult defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSupportedDatabaseFlagsResult
build()
GetSupportedDatabaseFlagsResult.Builder
id(java.lang.String id)
GetSupportedDatabaseFlagsResult.Builder
location(java.lang.String location)
GetSupportedDatabaseFlagsResult.Builder
project(java.lang.String project)
GetSupportedDatabaseFlagsResult.Builder
supportedDatabaseFlags(GetSupportedDatabaseFlagsSupportedDatabaseFlag... supportedDatabaseFlags)
GetSupportedDatabaseFlagsResult.Builder
supportedDatabaseFlags(java.util.List<GetSupportedDatabaseFlagsSupportedDatabaseFlag> supportedDatabaseFlags)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetSupportedDatabaseFlagsResult defaults)
-
-
Method Detail
-
id
public GetSupportedDatabaseFlagsResult.Builder id(java.lang.String id)
-
location
public GetSupportedDatabaseFlagsResult.Builder location(java.lang.String location)
-
project
public GetSupportedDatabaseFlagsResult.Builder project(@Nullable java.lang.String project)
-
supportedDatabaseFlags
public GetSupportedDatabaseFlagsResult.Builder supportedDatabaseFlags(java.util.List<GetSupportedDatabaseFlagsSupportedDatabaseFlag> supportedDatabaseFlags)
-
supportedDatabaseFlags
public GetSupportedDatabaseFlagsResult.Builder supportedDatabaseFlags(GetSupportedDatabaseFlagsSupportedDatabaseFlag... supportedDatabaseFlags)
-
build
public GetSupportedDatabaseFlagsResult build()
-
-