Class RoleState.Builder
- java.lang.Object
-
- com.pulumi.openstack.identity.inputs.RoleState.Builder
-
- Enclosing class:
- RoleState
public static final class RoleState.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleStatebuild()RoleState.BuilderdomainId(com.pulumi.core.Output<java.lang.String> domainId)RoleState.BuilderdomainId(java.lang.String domainId)RoleState.Buildername(com.pulumi.core.Output<java.lang.String> name)RoleState.Buildername(java.lang.String name)RoleState.Builderregion(com.pulumi.core.Output<java.lang.String> region)RoleState.Builderregion(java.lang.String region)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RoleState defaults)
-
-
Method Detail
-
domainId
public RoleState.Builder domainId(@Nullable com.pulumi.core.Output<java.lang.String> domainId)
- Parameters:
domainId- The domain the role belongs to.- Returns:
- builder
-
domainId
public RoleState.Builder domainId(java.lang.String domainId)
- Parameters:
domainId- The domain the role belongs to.- Returns:
- builder
-
name
public RoleState.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name- The name of the role.- Returns:
- builder
-
name
public RoleState.Builder name(java.lang.String name)
- Parameters:
name- The name of the role.- Returns:
- builder
-
region
public RoleState.Builder region(@Nullable com.pulumi.core.Output<java.lang.String> region)
- Parameters:
region- The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used. Changing this creates a new Role.- Returns:
- builder
-
region
public RoleState.Builder region(java.lang.String region)
- Parameters:
region- The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used. Changing this creates a new Role.- Returns:
- builder
-
build
public RoleState build()
-
-