Package com.pulumi.gcp.dataproc.inputs
Class GetMetastoreServiceIamPolicyArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataproc.inputs.GetMetastoreServiceIamPolicyArgs.Builder
-
- Enclosing class:
- GetMetastoreServiceIamPolicyArgs
public static final class GetMetastoreServiceIamPolicyArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetMetastoreServiceIamPolicyArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMetastoreServiceIamPolicyArgs
build()
GetMetastoreServiceIamPolicyArgs.Builder
location(com.pulumi.core.Output<java.lang.String> location)
GetMetastoreServiceIamPolicyArgs.Builder
location(java.lang.String location)
GetMetastoreServiceIamPolicyArgs.Builder
project(com.pulumi.core.Output<java.lang.String> project)
GetMetastoreServiceIamPolicyArgs.Builder
project(java.lang.String project)
GetMetastoreServiceIamPolicyArgs.Builder
serviceId(com.pulumi.core.Output<java.lang.String> serviceId)
GetMetastoreServiceIamPolicyArgs.Builder
serviceId(java.lang.String serviceId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetMetastoreServiceIamPolicyArgs defaults)
-
-
Method Detail
-
location
public GetMetastoreServiceIamPolicyArgs.Builder location(@Nullable com.pulumi.core.Output<java.lang.String> location)
- Parameters:
location
- The location where the metastore service should reside. The default value is `global`. Used to find the parent resource to bind the IAM policy to- Returns:
- builder
-
location
public GetMetastoreServiceIamPolicyArgs.Builder location(java.lang.String location)
- Parameters:
location
- The location where the metastore service should reside. The default value is `global`. Used to find the parent resource to bind the IAM policy to- Returns:
- builder
-
project
public GetMetastoreServiceIamPolicyArgs.Builder project(@Nullable com.pulumi.core.Output<java.lang.String> project)
- Parameters:
project
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.- Returns:
- builder
-
project
public GetMetastoreServiceIamPolicyArgs.Builder project(java.lang.String project)
- Parameters:
project
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.- Returns:
- builder
-
serviceId
public GetMetastoreServiceIamPolicyArgs.Builder serviceId(com.pulumi.core.Output<java.lang.String> serviceId)
-
serviceId
public GetMetastoreServiceIamPolicyArgs.Builder serviceId(java.lang.String serviceId)
-
build
public GetMetastoreServiceIamPolicyArgs build()
-
-