Class RoleState.Builder

  • Enclosing class:
    RoleState

    public static final class RoleState.Builder
    extends java.lang.Object
    • 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