Class GetHuntArgs.Builder

  • Enclosing class:
    GetHuntArgs

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

      • Builder

        public Builder()
    • Method Detail

      • huntId

        public GetHuntArgs.Builder huntId​(com.pulumi.core.Output<java.lang.String> huntId)
        Parameters:
        huntId - The hunt id (GUID)
        Returns:
        builder
      • huntId

        public GetHuntArgs.Builder huntId​(java.lang.String huntId)
        Parameters:
        huntId - The hunt id (GUID)
        Returns:
        builder
      • resourceGroupName

        public GetHuntArgs.Builder resourceGroupName​(com.pulumi.core.Output<java.lang.String> resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        builder
      • resourceGroupName

        public GetHuntArgs.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        Returns:
        builder
      • workspaceName

        public GetHuntArgs.Builder workspaceName​(com.pulumi.core.Output<java.lang.String> workspaceName)
        Parameters:
        workspaceName - The name of the workspace.
        Returns:
        builder
      • workspaceName

        public GetHuntArgs.Builder workspaceName​(java.lang.String workspaceName)
        Parameters:
        workspaceName - The name of the workspace.
        Returns:
        builder