Class HuntOwnerArgs.Builder

  • Enclosing class:
    HuntOwnerArgs

    public static final class HuntOwnerArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • assignedTo

        public HuntOwnerArgs.Builder assignedTo​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> assignedTo)
        Parameters:
        assignedTo - The name of the user the hunt is assigned to.
        Returns:
        builder
      • assignedTo

        public HuntOwnerArgs.Builder assignedTo​(java.lang.String assignedTo)
        Parameters:
        assignedTo - The name of the user the hunt is assigned to.
        Returns:
        builder
      • email

        public HuntOwnerArgs.Builder email​(@Nullable
                                           com.pulumi.core.Output<java.lang.String> email)
        Parameters:
        email - The email of the user the hunt is assigned to.
        Returns:
        builder
      • email

        public HuntOwnerArgs.Builder email​(java.lang.String email)
        Parameters:
        email - The email of the user the hunt is assigned to.
        Returns:
        builder
      • objectId

        public HuntOwnerArgs.Builder objectId​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> objectId)
        Parameters:
        objectId - The object id of the user the hunt is assigned to.
        Returns:
        builder
      • objectId

        public HuntOwnerArgs.Builder objectId​(java.lang.String objectId)
        Parameters:
        objectId - The object id of the user the hunt is assigned to.
        Returns:
        builder
      • ownerType

        public HuntOwnerArgs.Builder ownerType​(@Nullable
                                               com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​OwnerType>> ownerType)
        Parameters:
        ownerType - The type of the owner the hunt is assigned to.
        Returns:
        builder
      • ownerType

        public HuntOwnerArgs.Builder ownerType​(com.pulumi.core.Either<java.lang.String,​OwnerType> ownerType)
        Parameters:
        ownerType - The type of the owner the hunt is assigned to.
        Returns:
        builder
      • ownerType

        public HuntOwnerArgs.Builder ownerType​(java.lang.String ownerType)
        Parameters:
        ownerType - The type of the owner the hunt is assigned to.
        Returns:
        builder
      • ownerType

        public HuntOwnerArgs.Builder ownerType​(OwnerType ownerType)
        Parameters:
        ownerType - The type of the owner the hunt is assigned to.
        Returns:
        builder
      • userPrincipalName

        public HuntOwnerArgs.Builder userPrincipalName​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> userPrincipalName)
        Parameters:
        userPrincipalName - The user principal name of the user the hunt is assigned to.
        Returns:
        builder
      • userPrincipalName

        public HuntOwnerArgs.Builder userPrincipalName​(java.lang.String userPrincipalName)
        Parameters:
        userPrincipalName - The user principal name of the user the hunt is assigned to.
        Returns:
        builder